setup: Add a hashbang

- Uses /usr/bin/env so it still works in e.g. a virtualenv
- Uses python2, rather than python3 to indicate mitogen currently being
2.x only.
wip-fakessh-exit-status
Alex Willmer 7 years ago committed by David Wilson
parent 528b012736
commit 1ead1fb077

@ -1,3 +1,4 @@
#!/usr/bin/env python2
from distutils.core import setup

Loading…
Cancel
Save