summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-22 18:46:33 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-22 18:46:46 +0100
commit501f3a85959e25cb8b3cdb089ba111ec3b83e9e4 (patch)
tree55f29b87519bead43180261ead01d686e4301e44 /setup.py
parente2c6a90ccde13b3b7e497847e52480701b8cc49d (diff)
Change license to AGPLv3+
With permission from fabrixxm
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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',