From 2a9240be0f70ecffd091bbd06f49b18b31aff2c1 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 19 Jun 2023 02:07:13 +0300 Subject: [PATCH] setup: fix "The license_file parameter is deprecated" Use 'license_files' instead. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.31.1