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.
This commit is contained in:
Alex Willmer 2017-10-08 14:24:20 +01:00
parent 990afe7d2f
commit dfb0fd8244
1 changed files with 1 additions and 0 deletions

View File

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