summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-02-08 23:08:16 +0000
committerDan Korostelev <nadako@gmail.com>2009-02-08 23:08:16 +0000
commitcf4376d5900baa2ada62347dc84b2f91a0f04ea4 (patch)
tree368ff0e96a676c6de567f86138fd256497a02065 /setup.py
parent40c2714154044dc4ffe6c493b0d259afad17442a (diff)
downloadzope-location-cf4376d5900baa2ada62347dc84b2f91a0f04ea4.tar.gz
Provide ICopyHook adapter for zope.copy, deprecate locationCopy and CopyPersistent helper.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a101df2..ac8a2d6 100644
--- a/setup.py
+++ b/setup.py
@@ -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,