X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.py;h=853fcae08a39b4b0f6073508da93e6a936c53b2c;hb=26b6e5b049d08f63b27c0e905eea57a34db1ab10;hp=cb776f4408e3ad65838a66082ba4a2ac6054d35b;hpb=c49734db6223320fa19f1501560bd5cc513d0832;p=kconfig-hardened-check.git diff --git a/setup.py b/setup.py index cb776f4..853fcae 100755 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 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__']))