[Checkins] SVN: zope.location/trunk/ Moar testing prereq's.

Tres Seaver cvs-admin at zope.org
Thu Jun 7 01:32:04 UTC 2012


Log message for revision 126645:
  Moar testing prereq's.

Changed:
  _U  zope.location/trunk/
  U   zope.location/trunk/setup.py

-=-
Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2012-06-07 01:31:56 UTC (rev 126644)
+++ zope.location/trunk/setup.py	2012-06-07 01:32:00 UTC (rev 126645)
@@ -33,11 +33,6 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Documentation\n' +
-          '======================'
-          + '\n\n' +
-          read('src', 'zope', 'location', 'location.txt')
-          + '\n\n' +
           read('CHANGES.txt')
           ),
       license='ZPL 2.1',
@@ -67,7 +62,12 @@
                         ],
       extras_require={
         'zcml': ['zope.configuration'],
-        'testing': ['nose', 'coverage'],
+        'testing': [
+            'nose',
+            'coverage',
+            'zope.configuration',
+            'zope.copy',
+        ],
         'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
       },
       include_package_data = True,



More information about the checkins mailing list