[Checkins] SVN: zope.app/trunk/setup.py - adding a dependency to
our experimental twisted egg. this is going to be
Christian Theune
ct at gocept.com
Tue Feb 27 11:25:50 EST 2007
Log message for revision 72883:
- adding a dependency to our experimental twisted egg. this is going to be
replaced by the official egg in the future
Changed:
U zope.app/trunk/setup.py
-=-
Modified: zope.app/trunk/setup.py
===================================================================
--- zope.app/trunk/setup.py 2007-02-27 16:23:08 UTC (rev 72882)
+++ zope.app/trunk/setup.py 2007-02-27 16:25:49 UTC (rev 72883)
@@ -82,7 +82,8 @@
'zope.thread',
'zope.traversing',
'zope.structuredtext',
- 'RestrictedPython'],
+ 'RestrictedPython',
+ 'twisted'],
include_package_data = True,
zip_safe = False,
More information about the Checkins
mailing list