Skip to content

Commit 34178a5

Browse files
authored
v1.8.8
1 parent c3797e5 commit 34178a5

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
@@ -2,7 +2,7 @@
22
import os, re
33

44
def read(*names, **kwargs):
5-
with open(os.path.join(os.path.dirname(__file__), *names)) as fp:
5+
with open(os.path.join(os.path.dirname(__file__), *names), encoding='utf8') as fp:
66
return fp.read()
77

88
def find_value(name):

0 commit comments

Comments
 (0)