2 name = kconfig-hardened-check
3 author = Alexander Popov
4 author_email = alex.popov@linux.com
5 home-page = https://github.com/a13xp0p0v/kconfig-hardened-check
6 description = A tool for checking the security hardening options of the Linux kernel
7 long-description = file: README.md
8 license = GNU General Public License v3 (GPLv3)
9 license-file = LICENSE.txt
11 Development Status :: 5 - Production/Stable
12 License :: OSI Approved :: GNU General Public License v3 (GPLv3)
14 Operating System :: POSIX :: Linux
15 Environment :: Console
16 Programming Language :: Python :: 3
20 include_package_data = true
21 packages = kconfig_hardened_check
22 setup_requires = setuptools
24 [options.entry_points]
26 kconfig-hardened-check = kconfig_hardened_check:main