Add correct license (MIT) to trove classifiers in setup.py

This commit is contained in:
Tyson Clugg 2015-04-29 19:49:24 +10:00
parent 9de6b8dc9d
commit 97cc333c5e

View file

@ -28,8 +28,10 @@ setup(
],
},
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries",
],
)