[Checkins] SVN: lovely.remoteinclude/trunk/setup.py make setuptools happy

Jodok Batlogg jodok.batlogg at lovelysystems.com
Mon Jul 9 04:42:12 EDT 2007


Log message for revision 77649:
  make setuptools happy

Changed:
  U   lovely.remoteinclude/trunk/setup.py

-=-
Modified: lovely.remoteinclude/trunk/setup.py
===================================================================
--- lovely.remoteinclude/trunk/setup.py	2007-07-09 08:27:18 UTC (rev 77648)
+++ lovely.remoteinclude/trunk/setup.py	2007-07-09 08:42:03 UTC (rev 77649)
@@ -47,7 +47,8 @@
                 'zc.selenium',
                 'z3c.testing']
         ),
-    install_requires = ['zope.component',
+    install_requires = ['setuptools',
+                        'zope.component',
                         'lovely.responsecache >= 0.2.1',
                         'zope.cachedescriptors',
                         'zope.contentprovider',



More information about the Checkins mailing list