[Checkins] SVN: zope.location/trunk/setup.py Added setuptools as a dependency.

Michael Bernstein webmaven at cox.net
Wed Feb 28 20:49:32 EST 2007


Log message for revision 72936:
  Added setuptools as a dependency.
  

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

-=-
Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2007-03-01 01:46:44 UTC (rev 72935)
+++ zope.location/trunk/setup.py	2007-03-01 01:49:32 UTC (rev 72936)
@@ -35,7 +35,8 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope.interface',
+      install_requires=['setuptools',
+                        'zope.interface',
                         'zope.component',
                         'zope.proxy',
                         'zope.schema',



More information about the Checkins mailing list