Explorar o código

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

Lutz Roeder %!s(int64=8) %!d(string=hai) anos
pai
achega
77e972588c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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