Skip to content

Commit 3b7cd31

Browse files
committed
setup.py: Use /usr/bin/env for shebang
1 parent d081923 commit 3b7cd31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import os.path
44
from setuptools import setup

0 commit comments

Comments
 (0)