Skip to content

Commit

Permalink
Build(setup.py): Add shebang
Browse files Browse the repository at this point in the history
Some editors/IDEs recognize python files by the shebang.
  • Loading branch information
phdru authored and ljmccarthy committed Jun 21, 2018
1 parent 78e77b7 commit f5879e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from distutils.core import setup
from os.path import exists
from platform import system
Expand Down

0 comments on commit f5879e9

Please sign in to comment.