summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-02-28 15:07:29 +0000
committerChristian Theune <ct@gocept.com>2007-02-28 15:07:29 +0000
commit24036dc1a5c61c2ae096e8e35893fd78ea795a27 (patch)
tree5e0634b83ec634d625d7f7339a5e9fdc7f874ddb /setup.py
parent83f2d78510e7f1d90ad6c092710b263e087c4839 (diff)
downloadzope-security-24036dc1a5c61c2ae096e8e35893fd78ea795a27.tar.gz
- this depends on zope.location
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 d988218..b67ddaa 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ setup(name='zope.security',
'zope.proxy',
'zope.schema',
'zope.thread',
+ 'zope.location'
],
extras_require = {'untrustedpython': ["RestrictedPython"]},
include_package_data = True,