Make shebang more cross-platform
This commit is contained in:
parent
8cd0b44ef0
commit
37ac74d946
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
from distutils.core import setup
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue