More accurate classifiers.

This commit is contained in:
Anthony Sottile 2014-07-13 16:58:00 -07:00
parent bdefb77188
commit 720db97c13

View file

@ -17,10 +17,13 @@ setup(
platforms='linux',
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],