diff options
| author | Christian Theune <ct@gocept.com> | 2007-02-26 22:21:00 +0000 |
|---|---|---|
| committer | Christian Theune <ct@gocept.com> | 2007-02-26 22:21:00 +0000 |
| commit | 51ca4e6bd2e28241fbb35ed8543fd2cc06980233 (patch) | |
| tree | e208e3bfe6964e3fb3af15a1b6b6bd1da7f7a87e /setup.py | |
| parent | 8f0abb73947a2258af666af2b34c9aaecf7b688e (diff) | |
| download | zope-location-51ca4e6bd2e28241fbb35ed8543fd2cc06980233.tar.gz | |
- fix dependency declaration. zope.app is one large egg.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ setup(name='zope.location', 'zope.schema', 'zope.testing', 'zope.traversing', - 'zope.app.component'], + 'zope.app'], include_package_data = True, zip_safe = False, |
