mac: shebang usr bin env python
This makes it so that I can run "./setup.py" on the command-line, instead of "python ./setup.py".
This commit is contained in:
parent
41045fba0f
commit
1c456e8210
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from setuptools import setup
|
||||
import py2app
|
||||
|
||||
|
|
Loading…
Reference in New Issue