X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.py;h=127bfae22b2da9b11104afad21e1d60581004125;hb=35f7574150940bc88eb3192f64c2dbfc650cf3e3;hp=7f317b808d92044ed6dc5f8ad9f76c4d6797d007;hpb=18c23c0e80ec6317566a282d29f8fc65ca262f54;p=kconfig-hardened-check.git diff --git a/setup.py b/setup.py index 7f317b8..127bfae 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,14 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 + +""" +This tool is for checking the security hardening options of the Linux kernel. + +Author: Alexander Popov + +This module performs installing of the kernel-hardening-checker package. +""" from setuptools import setup +# See the options in setup.cfg setup()