Skip to content

Commit 7e3e030

Browse files
committed
setup.py only for python3
1 parent 4c0916b commit 7e3e030

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
@@ -5,7 +5,7 @@
55

66

77
def read(filename):
8-
return open(os.path.join(os.path.dirname(__file__), filename)).read()
8+
return open(os.path.join(os.path.dirname(__file__), filename), encoding='utf8').read()
99

1010

1111
m = re.search(r'(\d+\.\d+\.\d+(-.+)?)',

0 commit comments

Comments
 (0)