projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203f9a2
)
setup: fix "The license_file parameter is deprecated"
author
Alexander Popov
<alex.popov@linux.com>
Sun, 18 Jun 2023 23:07:13 +0000
(
02:07
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sun, 18 Jun 2023 23:07:13 +0000
(
02:07
+0300)
Use 'license_files' instead.
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/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_file
s
= LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)