CI: Return to codecov-action@v3.1.5, but with tokens
[kconfig-hardened-check.git] / setup.py
index 8197fabd6c64bc9d71fc103e3b4c4869b18a1a7e..853fcae08a39b4b0f6073508da93e6a936c53b2c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 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__']))