summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:51 +0000
committerAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:51 +0000
commit8b38b262446d0107817e1bc31f2e1b5541b373ea (patch)
treed69114e77a2964dc859c5a77367a3300710518b7 /setup.py
parent4b9363174b54c0cebd4a83451fa6cc01f2ea91df (diff)
downloadzope-pagetemplate-8b38b262446d0107817e1bc31f2e1b5541b373ea.tar.gz
Port to Py3.3.
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 80e3ca0..774d9d3 100644
--- a/setup.py
+++ b/setup.py
@@ -104,6 +104,7 @@ setup(name='zope.pagetemplate',
untrusted=['zope.untrustedpython'],
),
install_requires=['setuptools',
+ 'six',
'zope.interface',
'zope.component',
'zope.tales',