Skip to content

Commit 679022d

Browse files
committed
编码设置
1 parent d27651f commit 679022d

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
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
with open('README.md', 'r') as fh:
3+
with open('README.md', 'r', encoding='utf-8') as fh:
44
long_description = fh.read()
55

66
setuptools.setup(

0 commit comments

Comments
 (0)