summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2015-07-24 10:16:25 -0700
committerCharles Gordon <charles@pinterest.com>2015-07-24 10:16:25 -0700
commit4a8c3fdd2c32c92097f7947ff624abc774b300ae (patch)
tree5a57793dd4640c202b0441e86014caca28c0d191
parent1efdb022c04632f4e8fa1ba31f7ecfe7dec865d5 (diff)
downloadpymemcache-4a8c3fdd2c32c92097f7947ff624abc774b300ae.tar.gz
Cleaning up classifiers1.3.0
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 19727d3..527bb7e 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: PyPy',
- 'Programming Language :: Python :: PyPy3',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'License :: OSI Approved :: Apache Software License',
'Topic :: Database',
],