Skip to content

Commit 802e74e

Browse files
committed
Change the shebang of setup.py not to include 2
Because Python 3 should now work as well
1 parent 8544128 commit 802e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
from __future__ import print_function

0 commit comments

Comments
 (0)