Skip to content

Commit 442ac3e

Browse files
committed
read
1 parent a44eba3 commit 442ac3e

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
@@ -46,7 +46,7 @@
4646
extras_require={ 'dev': dev_requirements, ':python_version=="3.7"':['asttokens']},
4747
dependency_links = cfg.get('dep_links','').split(),
4848
python_requires = '>=' + cfg['min_python'],
49-
long_description = open('README.md').read(),
49+
long_description = open('README.md', encoding="utf8").read(),
5050
long_description_content_type = 'text/markdown',
5151
zip_safe = False,
5252
entry_points = {

0 commit comments

Comments
 (0)