From 501f3a85959e25cb8b3cdb089ba111ec3b83e9e4 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 22 Feb 2022 18:46:33 +0100 Subject: Change license to AGPLv3+ With permission from fabrixxm --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2545196..37f9eff 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( description='Manage collection inventories throught yaml files.', long_description=long_description, long_description_content_type='text/x-rst', - license='GPLv3+', + license='AGPLv3+', keywords='collection inventory', url='https://lesana.trueelena.org/', classifiers=[ @@ -37,7 +37,7 @@ setup( 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: End Users/Desktop', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', # noqa: E501 + 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', # noqa: E501 'Operating System :: POSIX', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', -- cgit v1.2.3