summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2013-11-05 13:10:41 +0100
committerMartin Zimmermann <info@posativ.org>2013-11-05 13:10:41 +0100
commit1e3245098beae99bde1074b64008d5959dbe5a77 (patch)
tree97c06d4ed7fb223b2c47e9d55cbe47459b19a9ec /setup.py
parent4950e7dd4da7a017f2bc09c43fa0eead034d713e (diff)
change license to MIT setup.py
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 e9c4551..4ae6dca 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
- "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3"