Skip to content

Commit 16799ad

Browse files
authored
Specify encoding for README file (#1004)
1 parent 5d5a48e commit 16799ad

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
@@ -16,7 +16,7 @@
1616
)
1717
)
1818

19-
with open(os.path.join("README.md")) as fid:
19+
with open(os.path.join("README.md"), encoding="utf-8") as fid:
2020
README = fid.read()
2121

2222
setuptools.setup(

0 commit comments

Comments
 (0)