diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 18:46:33 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 18:46:46 +0100 |
commit | 501f3a85959e25cb8b3cdb089ba111ec3b83e9e4 (patch) | |
tree | 55f29b87519bead43180261ead01d686e4301e44 /setup.py | |
parent | e2c6a90ccde13b3b7e497847e52480701b8cc49d (diff) |
Change license to AGPLv3+
With permission from fabrixxm
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |