[Checkins] SVN: five.localsitemanager/trunk/setup.py We require setuptools, lets be explicit about that

Hanno Schlichting plone at hannosch.info
Wed Jun 6 06:36:29 EDT 2007


Log message for revision 76396:
  We require setuptools, lets be explicit about that
  

Changed:
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2007-06-06 10:27:38 UTC (rev 76395)
+++ five.localsitemanager/trunk/setup.py	2007-06-06 10:36:29 UTC (rev 76396)
@@ -36,6 +36,8 @@
       package_dir = {'': 'src'},
       namespace_packages=['five',],
       include_package_data = True,
-
+      install_requires=[
+        'setuptools',
+      ],
       zip_safe = True,
       )



More information about the Checkins mailing list