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

Wichert Akkerman wichert at wiggy.net
Tue Jan 1 09:44:19 EST 2008


Log message for revision 82625:
  We need setuptools

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

-=-
Modified: Products.PluggableAuthService/trunk/setup.py
===================================================================
--- Products.PluggableAuthService/trunk/setup.py	2008-01-01 14:43:18 UTC (rev 82624)
+++ Products.PluggableAuthService/trunk/setup.py	2008-01-01 14:44:19 UTC (rev 82625)
@@ -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',
+          ],
       extras_require={'ip_range': ['IPy'],
                      },
       entry_points="""



More information about the Checkins mailing list