kconfig-hardened-check -> kernel-hardening-checker
[kconfig-hardened-check.git] / setup.py
index 8197fabd6c64bc9d71fc103e3b4c4869b18a1a7e..cb776f4408e3ad65838a66082ba4a2ac6054d35b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 about = {}
-with open("kconfig_hardened_check/__about__.py") as f:
+with open("kernel_hardening_checker/__about__.py") as f:
     exec(f.read(), about)
 
 print('v: "{}"'.format(about['__version__']))