summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2015-10-18 22:49:56 -0700
committerAdam Hupp <adam@hupp.org>2015-10-18 22:49:56 -0700
commit495a35d4281b406283957e440d80c194f6303e7f (patch)
tree7d41a022f5252c9649602b94db8ca5a48c509177 /setup.py
parent56871b5941899f5cc102832e08016301a46823a6 (diff)
downloadpython-magic-495a35d4281b406283957e440d80c194f6303e7f.tar.gz
update license classifier
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e04b32b..eedc583 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ supports both textual and MIME-type output.
test_suite='test',
classifiers=[
'Intended Audience :: Developers',
- 'Python Software Foundation License',
+ 'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',