From f5879e9fa9fc36c8896e72142744370ef7f0b80a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 20 Jun 2018 01:00:27 +0300 Subject: [PATCH] Build(setup.py): Add shebang Some editors/IDEs recognize python files by the shebang. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 6a6320a..266257f --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from distutils.core import setup from os.path import exists from platform import system