Skip to content

Commit 6611ff3

Browse files
authored
Update setup.py
fix unicodedecodeerror on windows
1 parent 15f25aa commit 6611ff3

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)