From: Alexander Popov Date: Sun, 18 Jun 2023 23:07:13 +0000 (+0300) Subject: setup: fix "The license_file parameter is deprecated" X-Git-Tag: v0.6.6~132 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=2a9240be0f70ecffd091bbd06f49b18b31aff2c1;hp=203f9a203e9413a5ff407746be0c50d0cb708cc9;p=kconfig-hardened-check.git setup: fix "The license_file parameter is deprecated" Use 'license_files' instead. --- diff --git a/setup.cfg b/setup.cfg index c544cec..1cc8b64 100644 --- 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)