Browse Source

Force shebang to /usr/bin/env python (#101)

Lutz Roeder 8 years ago
parent
commit
77e972588c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.cfg

+ 1 - 0
setup.cfg

@@ -1,5 +1,6 @@
 [build]
 build-base = ./build/python
+executable=/usr/bin/env python
 
 [bdist_wheel]
 universal=1