Skip to content

Commit 496bbce

Browse files
committed
Use python3 for setup.py
1 parent de5c6a0 commit 496bbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from setuptools import setup, find_packages
44
import os

0 commit comments

Comments
 (0)