summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-07 01:32:32 +0000
committerTres Seaver <tseaver@palladion.com>2012-06-07 01:32:32 +0000
commit6238c9bffc7fd5773dde5ab2f444031ee914937e (patch)
tree2c645a976cb16d76f577051e757652b5b7531569 /setup.py
parentb10ff330df14dbf355a5a7baba3b25451a74c53f (diff)
downloadzope-location-6238c9bffc7fd5773dde5ab2f444031ee914937e.tar.gz
Add support for PyPy.
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 e0ac737..617e8f2 100644
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,8 @@ setup(name='zope.location',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',