[Checkins] SVN: zope.paste/trunk/setup.py zope.paste 0.3 will be for Zope 3.4 (egg form), therefore explicitly listing its

Philipp von Weitershausen philikon at philikon.de
Thu May 31 15:16:34 EDT 2007


Log message for revision 76054:
  zope.paste 0.3 will be for Zope 3.4 (egg form), therefore explicitly listing its
  dependencies.
  

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

-=-
Modified: zope.paste/trunk/setup.py
===================================================================
--- zope.paste/trunk/setup.py	2007-05-31 19:02:03 UTC (rev 76053)
+++ zope.paste/trunk/setup.py	2007-05-31 19:16:33 UTC (rev 76054)
@@ -42,7 +42,13 @@
       packages=find_packages(exclude='tests'),
       include_package_data=True,
       zip_safe=False,
-      install_requires=['setuptools', 'PasteDeploy'],
+      install_requires=['setuptools',
+                        'PasteDeploy',
+                        'zope.interface',
+                        'zope.app.appsetup',
+                        'zope.app.wsgi',
+                        'zope.app.twisted',
+                        'zope.app.server'],
       entry_points = """
       [paste.app_factory]
       main = zope.paste.factory:zope_app_factory



More information about the Checkins mailing list