[Checkins] SVN: zope.exceptions/trunk/setup.py We don't depend on zope.testing anymore, so it's ready for release.

Lennart Regebro regebro at gmail.com
Sun May 2 14:07:27 EDT 2010


Log message for revision 111877:
  We don't depend on zope.testing anymore, so it's ready for release.
  

Changed:
  U   zope.exceptions/trunk/setup.py

-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2010-05-02 18:05:32 UTC (rev 111876)
+++ zope.exceptions/trunk/setup.py	2010-05-02 18:07:26 UTC (rev 111877)
@@ -31,15 +31,13 @@
         use_2to3=True,
         setup_requires=['zope.fixers'],
         use_2to3_fixers = ['zope.fixers'],
-        # Needed until zope.testing 4.0 with Python 3 support is released.
-        dependency_links = ['.'],
     )
 
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.exceptions',
-      version = '3.6.0dev',
+      version = '3.6.0',
       author='Zope Foundation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Exceptions',



More information about the checkins mailing list