From 9708d526a92298d5ddc36f31c9106761fa4713df Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 1 Apr 2024 13:04:41 -0400 Subject: [PATCH] use correct license name --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b7d4fdc..11fefe1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license = AGPLv3 license_file = LICENSE classifiers = Environment :: Console - License :: OSI Approved :: AGPLv3 License + License :: OSI Approved :: GNU Affero General Public License v3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10