[Checkins] SVN: zope.annotation/trunk/setup.py Uncommented the list of dependencies.

Alexander Heavner alex at zope.com
Tue Feb 20 09:32:11 EST 2007


Log message for revision 72704:
  Uncommented the list of dependencies.
  

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

-=-
Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2007-02-20 11:49:26 UTC (rev 72703)
+++ zope.annotation/trunk/setup.py	2007-02-20 14:32:10 UTC (rev 72704)
@@ -34,9 +34,9 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      #install_requires=['zope.interface',
-      #                  'zope.component'],
-      #                  'zope.app.container'],
+      install_requires=['zope.interface',
+                        'zope.component',
+                        'zope.app.container'],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list