From ba4909f3370743024756499f1465f9705c68c72a Mon Sep 17 00:00:00 2001 From: Jaap Joris Vens Date: Sat, 23 Jan 2021 10:42:13 +0100 Subject: [PATCH] Keepin' it real. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa3ae03..0f8469f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( include_package_data = True, classifiers = [ 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)' 'Operating System :: OS Independent', ], python_requires = '>=3.8',