We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0916b commit 7e3e030Copy full SHA for 7e3e030
setup.py
@@ -5,7 +5,7 @@
5
6
7
def read(filename):
8
- return open(os.path.join(os.path.dirname(__file__), filename)).read()
+ return open(os.path.join(os.path.dirname(__file__), filename), encoding='utf8').read()
9
10
11
m = re.search(r'(\d+\.\d+\.\d+(-.+)?)',
0 commit comments