X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.py;h=853fcae08a39b4b0f6073508da93e6a936c53b2c;hb=880d51758e61970cce7acc5fea24838d32c91a77;hp=519c2942c42dfbeb53759b92828bda509fddaf74;hpb=f0f405b3d94a905f08778f103e6831f87a349583;p=kconfig-hardened-check.git diff --git a/setup.py b/setup.py index 519c294..853fcae 100755 --- 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__']))