[Checkins] SVN: zope.location/trunk/setup.py - fix dependency
declaration. zope.app is one large egg.
Christian Theune
ct at gocept.com
Mon Feb 26 17:21:01 EST 2007
Log message for revision 72840:
- fix dependency declaration. zope.app is one large egg.
Changed:
U zope.location/trunk/setup.py
-=-
Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py 2007-02-26 22:10:10 UTC (rev 72839)
+++ zope.location/trunk/setup.py 2007-02-26 22:21:00 UTC (rev 72840)
@@ -41,7 +41,7 @@
'zope.schema',
'zope.testing',
'zope.traversing',
- 'zope.app.component'],
+ 'zope.app'],
include_package_data = True,
zip_safe = False,
More information about the Checkins
mailing list