Commit fd9ba054 authored by Jason R. Coombs's avatar Jason R. Coombs

Merged in yarikoptic/setuptools (pull request #29)

ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX systems plain #!python
parents 03882a7d a606f1f9
#!python
#!/usr/bin/env python
"""Bootstrap setuptools installation
To use setuptools in your package's setup.py, include this
......
#!python
#!/usr/bin/env python
"""
Easy Install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment