Skip to content

Commit 5040ba5

Browse files
author
金山云SDK
authored
Merge pull request KscSDK#39 from smartwang/master
fix unicodedecodeerror on windows
2 parents 15f25aa + 6611ff3 commit 5040ba5

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
@@ -36,7 +36,7 @@
3636
name='ksc-sdk-python',
3737
version=kscore.__version__,
3838
description='Low-level, data-driven core of ksc.',
39-
long_description=open('README.rst').read(),
39+
long_description=open('README.rst', encoding='utf-8').read(),
4040
author=AUTHOR,
4141
url='https://github.com/liuyichen/kscore',
4242
author_email=AUTHOR_EMAIL,

0 commit comments

Comments
 (0)