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:
Zooko O'Whielacronx 2008-02-13 16:17:14 -07:00
parent 41045fba0f
commit 1c456e8210
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from setuptools import setup from setuptools import setup
import py2app import py2app