summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-27 17:44:56 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-27 17:44:56 -0500
commit4b23d631af6b89006d8af002d09b3f9a7a1e1eaa (patch)
tree54ef9e1ca69345793f22d2c685e73ea652d5dc24 /setup.py
parentdad79fb7e2148bb3eb51e46f84f89f3e941058d0 (diff)
downloadzope-pagetemplate-4b23d631af6b89006d8af002d09b3f9a7a1e1eaa.tar.gz
Note blockers for PyPy and PyPy3 support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d00d0cb..e157dfd 100644
--- a/setup.py
+++ b/setup.py
@@ -99,6 +99,9 @@ setup(name='zope.pagetemplate',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
+# PyPy support needs cleanup of doctests, plus some help from
+# zope.security.
+# 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',