Drop dash-separated values from setup.cfg
authorAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 16:07:09 +0000 (19:07 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 16:19:09 +0000 (19:19 +0300)
setup.cfg

index 32da8af7b38440c58c9c91bddd44bb5fd7330590..1a356bc485fcfa47557e4f4a702ab4d802dd4625 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,11 +2,11 @@
 name = kconfig-hardened-check
 author = Alexander Popov
 author_email = alex.popov@linux.com
-home-page = https://github.com/a13xp0p0v/kconfig-hardened-check
+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
+long_description = file: README.md
 license = GNU General Public License v3 (GPLv3)
-license-file = LICENSE.txt
+license_file = LICENSE.txt
 classifiers = 
        Development Status :: 5 - Production/Stable
        License :: OSI Approved :: GNU General Public License v3 (GPLv3)