aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2014-12-23 11:48:37 +0200
committerFilipp Lepalaan <filipp@mac.com>2014-12-23 11:48:37 +0200
commit56a5e2741f5dab47cdfb4d09fff1291d78c2d718 (patch)
tree565951c5a71820d7f0fc90f4cef8abda6e0f6309 /setup.py
parent3cfc3e7de1b14273924ceb95d9e7b5e0c971ff77 (diff)
downloadpy-gsxws-56a5e2741f5dab47cdfb4d09fff1291d78c2d718.tar.gz
py-gsxws-56a5e2741f5dab47cdfb4d09fff1291d78c2d718.tar.bz2
py-gsxws-56a5e2741f5dab47cdfb4d09fff1291d78c2d718.zip
Fix PyPI 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 ebfc5b0..a70c011 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
- "License :: OSI Approved :: The BSD 2-Clause License",
+ "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP"