[pypy-commit] cffi default: Some more classifiers

arigo noreply at buildbot.pypy.org
Sat Mar 21 19:13:12 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1674:1c7b1e870144
Date: 2015-03-21 19:13 +0100
http://bitbucket.org/cffi/cffi/changeset/1c7b1e870144/

Log:	Some more classifiers

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -162,5 +162,8 @@
             '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',
         ],
     )


More information about the pypy-commit mailing list