X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=519c2942c42dfbeb53759b92828bda509fddaf74;hb=1473f22e40700791bbd4c80d742a440a9e53a674;hp=8197fabd6c64bc9d71fc103e3b4c4869b18a1a7e;hpb=100a39e2b01dadd2d27ed805cbe2b4ead7fc8b05;p=kconfig-hardened-check.git diff --git a/setup.py b/setup.py index 8197fab..519c294 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("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__']))