[Checkins] SVN: Products.PluginRegistry/trunk/setup.py We need setuptools

Wichert Akkerman wichert at wiggy.net
Tue Jan 1 09:43:18 EST 2008


Log message for revision 82624:
  We need setuptools

Changed:
  U   Products.PluginRegistry/trunk/setup.py

-=-
Modified: Products.PluginRegistry/trunk/setup.py
===================================================================
--- Products.PluginRegistry/trunk/setup.py	2008-01-01 04:22:56 UTC (rev 82623)
+++ Products.PluginRegistry/trunk/setup.py	2008-01-01 14:43:18 UTC (rev 82624)
@@ -48,7 +48,10 @@
       include_package_data=True,
       namespace_packages=['Products'],
       zip_safe=False,
-      #install_requires=['Zope >= 2.10']
+      install_requires=[
+          'setuptools',
+#          'Zope >= 2.10'
+          ],
       entry_points="""
       [zope2.initialize]
       Products.PluginRegistry = Products.PluginRegistry:initialize



More information about the Checkins mailing list