Merge remote-tracking branch 'origin/pylint'
[kconfig-hardened-check.git] / setup.py
index 7f317b808d92044ed6dc5f8ad9f76c4d6797d007..127bfae22b2da9b11104afad21e1d60581004125 100755 (executable)
--- 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 <alex.popov@linux.com>
+
+This module performs installing of the kernel-hardening-checker package.
+"""
 
 from setuptools import setup
 
+# See the options in setup.cfg
 setup()