setup: fix "The license_file parameter is deprecated"
authorAlexander Popov <alex.popov@linux.com>
Sun, 18 Jun 2023 23:07:13 +0000 (02:07 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 18 Jun 2023 23:07:13 +0000 (02:07 +0300)
Use 'license_files' instead.

setup.cfg

index c544cec3bd2698ca090994f25f4ddde3bfc0ffa0..1cc8b64974cccc105d1ef73d6a002f11e167a24c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ home_page = https://github.com/a13xp0p0v/kconfig-hardened-check
 description = A tool for checking the security hardening options of the Linux kernel
 long_description = file: README.md
 license = GNU General Public License v3 (GPLv3)
-license_file = LICENSE.txt
+license_files = LICENSE.txt
 classifiers =
        Development Status :: 5 - Production/Stable
        License :: OSI Approved :: GNU General Public License v3 (GPLv3)