Added missing trove classifiers to setup.py

This metadata will show users who are interested that this package works under Python 3.  Fixes #200.
This commit is contained in:
Daniel Hawkins 2015-02-14 00:16:06 -05:00
parent 2e122afac2
commit bab4637179
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
],