forked from a13xp0p0v/kernel-hardening-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (24 loc) · 816 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = kconfig-hardened-check
author = Alexander Popov
author_email = [email protected]
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
license = GNU General Public License v3 (GPLv3)
license-file = LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Security
Operating System :: POSIX :: Linux
Environment :: Console
Programming Language :: Python :: 3
[options]
zip_safe = true
include_package_data = true
packages = kconfig_hardened_check
setup_requires = setuptools
[options.entry_points]
console_scripts =
kconfig-hardened-check = kconfig_hardened_check:main