aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2012-12-02 14:27:20 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2012-12-03 09:32:29 +0100
commit1ac1f00ebe8a307411435daa941f0a640ed111c1 (patch)
tree91b85477d29ce558799fb3ca89a80fee1a809a6a /setup.py
parent826919c97c3fa61f46bef2e2a3708a16f956cfce (diff)
downloadmediagoblin-1ac1f00ebe8a307411435daa941f0a640ed111c1.tar.lz
mediagoblin-1ac1f00ebe8a307411435daa941f0a640ed111c1.tar.xz
mediagoblin-1ac1f00ebe8a307411435daa941f0a640ed111c1.zip
Use pypi-compatible license signature
It complains about a non-compatible license string. so use the GNU AGPL v3+ string that is listed at http://pypi.python.org/pypi?%3Aaction=list_classifiers With this change, we are able to create a pypi mediagoblin package. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
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 e0f7af7e..e3e56bf2 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ setup(
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
- "License :: OSI Approved :: GNU Affero General Public License",
+ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python",
'Programming Language :: Python :: 2.6',