summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-03-21 19:13:48 +0100
committerArmin Rigo <arigo@tunes.org>2015-03-21 19:13:48 +0100
commitc1f09f721013fa47804709ee6445e00abb8751fb (patch)
treee1690395e8e192e292095e096bdc3687822c17c2 /setup.py
parentbbe2a9db6a67db9d70b5e0f92e6ee1b88d0ef814 (diff)
downloadcffi-c1f09f721013fa47804709ee6445e00abb8751fb.tar.gz
Some more classifiers
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 1425e21..38ff24d 100644
--- a/setup.py
+++ b/setup.py
@@ -162,5 +162,8 @@ Contact
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
],
)