Merge remote-tracking branch 'citypw/patch-1'
[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 SPDX-FileCopyrightText: Alexander Popov <alex.popov@linux.com>
7 SPDX-License-Identifier: GPL-3.0-only
8
9 This module performs installing of the kernel-hardening-checker package.
10 """
11
12 from setuptools import setup
13
14 # See the options in setup.cfg
15 setup()