Change setup.py shebang.

This supports using the current virtualenv.
This commit is contained in:
Michael Elsdörfer 2016-08-25 15:55:14 +02:00
parent 798893caee
commit 5c3d7dab72
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import sys