1 parent c3797e5 commit 34178a5Copy full SHA for 34178a5
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
import os, re
3
4
def read(*names, **kwargs):
5
- with open(os.path.join(os.path.dirname(__file__), *names)) as fp:
+ with open(os.path.join(os.path.dirname(__file__), *names), encoding='utf8') as fp:
6
return fp.read()
7
8
def find_value(name):
0 commit comments