Correct AGPLv3 abbrevation
authorKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 00:47:20 +0000 (19:47 -0500)
committerKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 00:47:20 +0000 (19:47 -0500)
setup.py

index cb3feead13b1c7495e8b4b05ae799c8d643218af..5275d4d39684104018c374ae20d40f2b561229c6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ setup(
 
         # Pick your license as you wish (should match "license" above)
         ('License :: OSI Approved '
-         ':: GNU Affero General Public License v3 or later (GPLv3+)'),
+         ':: GNU Affero General Public License v3 or later (AGPLv3+)'),
 
         # Specify the Python versions you support here. In particular, ensure
         # that you indicate whether you support Python 2, Python 3 or both.