Add trove classifiers specifying Python 3 support.

This commit is contained in:
Matthew Miner 2014-03-07 15:46:19 -05:00
parent 42e03ed520
commit e91b691ba2
1 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,12 @@ setup(name='extras',
'in the standard library'),
long_description=get_long_description(),
version=get_version(),
classifiers=["License :: OSI Approved :: MIT License"],
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
],
packages=[
'extras',
'extras.tests',