mirror of https://github.com/mahmoud/boltons.git
add a couple more setup.py trove classifiers whynot
This commit is contained in:
parent
b864e3e77e
commit
6dbd63cefa
2
setup.py
2
setup.py
|
@ -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', ]
|
||||
|
|
Loading…
Reference in New Issue