[Checkins] SVN: Products.CMFCore/trunk/setup.py We need setuptools to handle the namespace

Wichert Akkerman wichert at wiggy.net
Mon Nov 12 14:43:35 EST 2007


Log message for revision 81788:
  We need setuptools to handle the namespace

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

-=-
Modified: Products.CMFCore/trunk/setup.py
===================================================================
--- Products.CMFCore/trunk/setup.py	2007-11-12 19:37:51 UTC (rev 81787)
+++ Products.CMFCore/trunk/setup.py	2007-11-12 19:43:35 UTC (rev 81788)
@@ -46,7 +46,9 @@
       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.CMFCore = Products.CMFCore:initialize



More information about the Checkins mailing list