summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Lotze <tl@gocept.com>2010-09-18 16:49:09 +0000
committerThomas Lotze <tl@gocept.com>2010-09-18 16:49:09 +0000
commitffc6c7db76a165745bc2b52ccd082017b2e88052 (patch)
tree0bb04772f19a1a35eb4ca7de645759ee82f6b119 /setup.py
parentd2309586aaa6c2e93d0d5cf7acc07c6b59e0bb68 (diff)
downloadzope-component-ffc6c7db76a165745bc2b52ccd082017b2e88052.tar.gz
created a security extra
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 0418845..54c8b60 100644
--- a/setup.py
+++ b/setup.py
@@ -26,9 +26,6 @@ from setuptools import setup, find_packages
tests_require = [
'ZODB3',
'zope.hookable',
- 'zope.location',
- 'zope.proxy',
- 'zope.security',
'zope.testing',
]
@@ -81,6 +78,10 @@ setup(
extras_require = dict(
hook = ['zope.hookable'],
persistentregistry = ['ZODB3'],
+ security = ['zope.location',
+ 'zope.proxy',
+ 'zope.security',
+ ],
zcml = ['zope.configuration',
'zope.i18nmessageid',
],