summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:24 +0000
committerAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:24 +0000
commit06c4132348e3daae1150c4e066604446aac4e949 (patch)
tree5b364fe65d2d48a7a21e5f293654415d43855572 /setup.py
parent53cef712e18d1cd0eb43c3229ad394211f929f3d (diff)
downloadzope-pagetemplate-06c4132348e3daae1150c4e066604446aac4e949.tar.gz
Switch to zope.untrustedpython, make it an extra.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 379d195..80e3ca0 100644
--- a/setup.py
+++ b/setup.py
@@ -101,11 +101,11 @@ setup(name='zope.pagetemplate',
namespace_packages=['zope'],
extras_require=dict(
test=TESTS_REQUIRE,
+ untrusted=['zope.untrustedpython'],
),
install_requires=['setuptools',
'zope.interface',
'zope.component',
- 'zope.security [untrustedpython]',
'zope.tales',
'zope.tal',
'zope.i18n',