diff options
| author | Thomas Lotze <tl@gocept.com> | 2010-09-18 16:49:09 +0000 |
|---|---|---|
| committer | Thomas Lotze <tl@gocept.com> | 2010-09-18 16:49:09 +0000 |
| commit | ffc6c7db76a165745bc2b52ccd082017b2e88052 (patch) | |
| tree | 0bb04772f19a1a35eb4ca7de645759ee82f6b119 /setup.py | |
| parent | d2309586aaa6c2e93d0d5cf7acc07c6b59e0bb68 (diff) | |
| download | zope-component-ffc6c7db76a165745bc2b52ccd082017b2e88052.tar.gz | |
created a security extra
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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', ], |
