From: Karl O. Pinc Date: Thu, 25 Oct 2018 00:47:06 +0000 (-0500) Subject: Correct AGPLv3 abbrevation X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=dd28a4a1ccbb44cf41f692206400e03ed5f90579;p=pgwui_core Correct AGPLv3 abbrevation --- diff --git a/setup.py b/setup.py index 127c969..45a560d 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,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.