diff options
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', |