[Checkins] SVN: zope.contenttype/trunk/setup.py Add a missing install_requires setuptools.

Sylvain Viollon sylvain at infrae.com
Thu Jan 29 06:46:05 EST 2009


Log message for revision 95415:
  Add a missing install_requires setuptools.
  
  

Changed:
  U   zope.contenttype/trunk/setup.py

-=-
Modified: zope.contenttype/trunk/setup.py
===================================================================
--- zope.contenttype/trunk/setup.py	2009-01-29 11:45:45 UTC (rev 95414)
+++ zope.contenttype/trunk/setup.py	2009-01-29 11:46:04 UTC (rev 95415)
@@ -50,10 +50,11 @@
         ],
     description='Zope contenttype',
     long_description=long_description,
-
     packages=find_packages('src'),
     package_dir={'': 'src'},
     namespace_packages=['zope',],
+    install_requires=['setuptools',
+                      ],
     include_package_data=True,
     zip_safe=False,
     )



More information about the Checkins mailing list