From 4c44a40f9ca751237462b829747d8e04d0215164 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 24 Oct 2018 19:47:20 -0500 Subject: [PATCH] Correct AGPLv3 abbrevation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb3feea..5275d4d 100644 --- 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. -- 2.34.1