[Checkins] SVN: Products.GenericSetup/trunk/setup.py Since we use namespace we require setuptools

Wichert Akkerman wichert at wiggy.net
Mon Nov 12 03:50:11 EST 2007


Log message for revision 81761:
  Since we use namespace we require setuptools

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

-=-
Modified: Products.GenericSetup/trunk/setup.py
===================================================================
--- Products.GenericSetup/trunk/setup.py	2007-11-12 03:14:06 UTC (rev 81760)
+++ Products.GenericSetup/trunk/setup.py	2007-11-12 08:50:10 UTC (rev 81761)
@@ -47,7 +47,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.GenericSetup = Products.GenericSetup:initialize



More information about the Checkins mailing list