summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-27 17:38:21 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-27 17:38:21 -0500
commitdad79fb7e2148bb3eb51e46f84f89f3e941058d0 (patch)
tree5e4274681a825266c7684bb8cdca2fe0892241ea /setup.py
parent6457fbfd322912adc2e8a07fd66a682c950a4ef6 (diff)
downloadzope-pagetemplate-dad79fb7e2148bb3eb51e46f84f89f3e941058d0.tar.gz
Add support for Python 3.4.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5d6cae0..d00d0cb 100644
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,8 @@ setup(name='zope.pagetemplate',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',