diff options
| author | Dan Korostelev <nadako@gmail.com> | 2009-02-08 23:08:16 +0000 |
|---|---|---|
| committer | Dan Korostelev <nadako@gmail.com> | 2009-02-08 23:08:16 +0000 |
| commit | cf4376d5900baa2ada62347dc84b2f91a0f04ea4 (patch) | |
| tree | 368ff0e96a676c6de567f86138fd256497a02065 /setup.py | |
| parent | 40c2714154044dc4ffe6c493b0d259afad17442a (diff) | |
| download | zope-location-cf4376d5900baa2ada62347dc84b2f91a0f04ea4.tar.gz | |
Provide ICopyHook adapter for zope.copy, deprecate locationCopy and CopyPersistent helper.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ setup(name='zope.location', 'zope.schema>=3.5.1dev', 'zope.component', 'zope.proxy>3.3', + 'zope.copy', ], include_package_data = True, zip_safe = False, |
