From 5e33d2731cee3e9b5a340d4e419b7ea802b4603f Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sun, 17 May 2015 13:13:17 +0200 Subject: [PATCH] Updates trove classifier for license. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68eaf20..0c22365 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( 'Topic :: Software Development :: Libraries', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: GNU Affero General Public License v3', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both.