diff --git a/setup.cfg b/setup.cfg index 48415b86..8797ec89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bdist_rpm] doc_files = README.md AUTHORS COPYING INSTALL.md -install-script = scripts/rpm-install.sh -post-install = scripts/rpm-post-install.sh +install_script = scripts/rpm-install.sh +post_install = scripts/rpm-post-install.sh requires = /usr/bin/python3 python3-django >= 4.2.20 python3-django-taggit diff --git a/setup.py b/setup.py index a7dbfc68..82074ece 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ author='Marcus Furlong', author_email='furlongm@gmail.com', description='Django based patch status monitoring tool for linux systems', - license='GPLv3', + license='GPL-3.0-only', keywords='django patch status monitoring linux spacewalk patchman', packages=find_packages(), install_requires=install_requires, @@ -84,6 +84,5 @@ 'Environment :: Web Environment', 'Framework :: Django', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ], )