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.
pull/48/head
Alex Willmer 7 years ago
parent 990afe7d2f
commit dfb0fd8244

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

Loading…
Cancel
Save