summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2014-05-06 08:02:31 -0700
committerAdam Hupp <adam@hupp.org>2014-05-06 08:02:31 -0700
commit5c5036c96472eba1e5908e8b5527295d08aff106 (patch)
tree16d32c68498b30ea7fba91138033472078aca110 /setup.py
parentfd1892b426159643325b08e607ec470683b795f8 (diff)
downloadpython-magic-5c5036c96472eba1e5908e8b5527295d08aff106.tar.gz
fix license in setup.py to match LICENSE file
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 89996bf..6897bdf 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',
- 'License :: OSI Approved :: Python Software Foundation License',
+ 'Python Software Foundation License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',