Update supported languages, platforms in setup.py

This commit is contained in:
Tyler Hobbs
2014-04-04 15:02:43 -05:00
parent e056901de1
commit f979435d04

View File

@@ -190,6 +190,10 @@ def run_setup(extensions):
'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 :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules'
],
**kw)