CI: Move to codecov-action@4
[kconfig-hardened-check.git] / setup.py
index 519c2942c42dfbeb53759b92828bda509fddaf74..853fcae08a39b4b0f6073508da93e6a936c53b2c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 about = {}
-with open("kernel_hardening_checker/__about__.py") as f:
+with open('kernel_hardening_checker/__about__.py') as f:
     exec(f.read(), about)
 
 print('v: "{}"'.format(about['__version__']))