diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-02 14:27:20 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-03 09:32:29 +0100 |
commit | 1ac1f00ebe8a307411435daa941f0a640ed111c1 (patch) | |
tree | 91b85477d29ce558799fb3ca89a80fee1a809a6a /setup.py | |
parent | 826919c97c3fa61f46bef2e2a3708a16f956cfce (diff) | |
download | mediagoblin-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |