Merge remote-tracking branch 'origin/pylint'
[kconfig-hardened-check.git] / setup.py
1 #!/usr/bin/env python3
2
3 """
4 This tool is for checking the security hardening options of the Linux kernel.
5
6 Author: Alexander Popov <alex.popov@linux.com>
7
8 This module performs installing of the kernel-hardening-checker package.
9 """
10
11 from setuptools import setup
12
13 # See the options in setup.cfg
14 setup()