Skip to content

Commit 1db87d2

Browse files
authored
Merge pull request #165 from takatsugu-kato/master
fix UnicodeDecodeError
2 parents 0343863 + 143e21b commit 1db87d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import setuptools
77

8-
with open("README.md", "r") as fh:
8+
with open("README.md", "r", encoding='utf-8') as fh:
99
long_description = fh.read()
1010

1111
setup(

0 commit comments

Comments
 (0)