X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.cfg;h=1cc8b64974cccc105d1ef73d6a002f11e167a24c;hb=108eb7374967b0f66e70b68cca60a0548f12844c;hp=2ac1c3bfa907e940c543d59747c4c9b6b737a903;hpb=18c23c0e80ec6317566a282d29f8fc65ca262f54;p=kconfig-hardened-check.git diff --git a/setup.cfg b/setup.cfg index 2ac1c3b..1cc8b64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,13 @@ [metadata] name = kconfig-hardened-check -version = 0.5.5 author = Alexander Popov author_email = alex.popov@linux.com -home-page = https://github.com/a13xp0p0v/kconfig-hardened-check -description = A tool for checking the hardening options in the Linux kernel config -long-description = file: README.md +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 -classifiers = +license_files = LICENSE.txt +classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: GNU General Public License v3 (GPLv3) Topic :: Security @@ -17,12 +16,16 @@ classifiers = Programming Language :: Python :: 3 [options] -zip_safe = true -include_package_data = true -packages = kconfig_hardened_check setup_requires = setuptools +packages = + kconfig_hardened_check + kconfig_hardened_check.config_files + kconfig_hardened_check.config_files.defconfigs + kconfig_hardened_check.config_files.distros + kconfig_hardened_check.config_files.kspp-recommendations +include_package_data = true [options.entry_points] -console_scripts = +console_scripts = kconfig-hardened-check = kconfig_hardened_check:main