[Checkins] SVN: zope.filerepresentation/trunk/setup.py Added dependency on setuptools.

Christian Theune ct at gocept.com
Wed Jul 25 08:03:05 EDT 2007


Log message for revision 78322:
  Added dependency on setuptools.
  

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

-=-
Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2007-07-25 05:16:22 UTC (rev 78321)
+++ zope.filerepresentation/trunk/setup.py	2007-07-25 12:03:05 UTC (rev 78322)
@@ -33,11 +33,11 @@
                        "representations of objects, such as"
                         "file-system synchronization, FTP,"
                         "PUT, and WebDAV.",
-
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope'],
-      install_requires=['zope.interface',
+      install_requires=['setuptools',
+                        'zope.interface',
                         'zope.app.container'
                         ],
       include_package_data = True,



More information about the Checkins mailing list