diff --git a/setup.cfg b/setup.cfg index 4b2d6da..3e4359d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +[metadata] +license = GPLv3+ +license_files = LICENSE + [flake8] max-line-length = 102 extend-ignore = E203 diff --git a/setup.py b/setup.py index c307dfc..ba40042 100644 --- a/setup.py +++ b/setup.py @@ -38,15 +38,12 @@ def get_version(): maintainer="Kiwi TCMS", maintainer_email="info@kiwitcms.org", url="https://github.com/kiwitcms/robotframework-plugin", - license="GPLv3+", install_requires=REQUIREMENTS, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", - "License :: OSI Approved :: GNU General Public License v3" - + " or later (GPLv3+)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.12",