summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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',