add a couple more setup.py trove classifiers whynot

This commit is contained in:
Mahmoud Hashemi 2015-11-08 11:30:19 -08:00
parent b864e3e77e
commit 6dbd63cefa
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@ setup(name='boltons',
license=__license__,
platforms='any',
classifiers=[
'Topic :: Utilities',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4', ]