Skip to content

Commit 6615941

Browse files
committed
setup.py: Specify UTF-8 encoding for long_description/README.md.
1 parent 3b4cb27 commit 6615941

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
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55

66

7-
with open("README.md", "r") as fp:
7+
with open("README.md", "r", encoding="utf-8") as fp:
88
long_description = fp.read()
99

1010

0 commit comments

Comments
 (0)