From 87c87f93ef91b9cdf89375110450470fe917aed0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 11 Mar 2018 18:28:19 +0200 Subject: [PATCH] Fix license in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e96746a8..03c977b8 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( classifiers=[ "Development Status :: 4 - Beta", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Topic :: Communications :: Chat", "Programming Language :: Python", "Programming Language :: Python :: 3",