diff options
author | Tres Seaver <tseaver@palladion.com> | 2012-06-07 01:32:32 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2012-06-07 01:32:32 +0000 |
commit | 6238c9bffc7fd5773dde5ab2f444031ee914937e (patch) | |
tree | 2c645a976cb16d76f577051e757652b5b7531569 /setup.py | |
parent | b10ff330df14dbf355a5a7baba3b25451a74c53f (diff) | |
download | zope-location-6238c9bffc7fd5773dde5ab2f444031ee914937e.tar.gz |
Add support for PyPy.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |