summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-01-17 11:19:53 -0800
committerBen Bangert <ben@groovie.org>2015-01-17 11:19:53 -0800
commit0f89bb7b38915148a9eae1792709972010a05078 (patch)
tree975ad7c51ff32db67b37d687b77b5a3978a8b91c
parentcd4a4ad5c2115c90a68289789a0b5a163ff66579 (diff)
downloadroutes-0f89bb7b38915148a9eae1792709972010a05078.tar.gz
Fix license classifier. Fixes #22.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a5fd5c5..1d7a73f 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(name="Routes",
long_description=README + '\n\n' + CHANGES,
classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: MIT License",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
'Programming Language :: Python',