Skip to content

Commit

Permalink
Merge pull request #2449 from rhyolight/pypi-license-fix
Browse files Browse the repository at this point in the history
Updated to correct pypi license string.
  • Loading branch information
rhyolight committed Aug 19, 2015
2 parents 6945cfb + cf4894f commit 9fc0ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def postProcess():
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"License :: OSI Approved :: GNU Affero Public License (GPL)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
# It has to be "5 - Production/Stable" or else pypi rejects it!
Expand Down

0 comments on commit 9fc0ab7

Please sign in to comment.