summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-03-11 13:11:53 -0400
committerTres Seaver <tseaver@palladion.com>2013-03-11 13:11:53 -0400
commit5d262c198470c02d77f9aa3ace1c2350ffe3819b (patch)
treeb3155d08cad2ae0408bedec7549a976715f4d1ee /setup.py
parentfcf50572192bcc003e0f42faeffed419f711372c (diff)
downloadzope-security-pure_python_proxy.tar.gz
Note support for PyPy.pure_python_proxy
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 3dae3b8..3913866 100644
--- a/setup.py
+++ b/setup.py
@@ -128,6 +128,7 @@ setup(name='zope.security',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',