forked from wenhuizhang/kconfig-safety-check
-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
27 lines (24 loc) · 840 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-safety-check
author = Alexander Popov, Wenhui Zhang
author_email = [email protected], [email protected]
home-page = https://github.com/wenhuizhang/kconfig-safety-check
description = A tool for checking the safety options of the Linux kernel
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_safety_check
setup_requires = setuptools
[options.entry_points]
console_scripts =
kconfig-safety-check = kconfig_safety_check:main