Skip to content

Commit e0a6c65

Browse files
committed
read
1 parent 8591c6b commit e0a6c65

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
@@ -44,7 +44,7 @@
4444
extras_require={ 'dev': dev_requirements },
4545
dependency_links = cfg.get('dep_links','').split(),
4646
python_requires = '>=' + cfg['min_python'],
47-
long_description = open('README.md').read(),
47+
long_description = open('README.md', encoding="utf8").read(),
4848
long_description_content_type = 'text/markdown',
4949
zip_safe = False,
5050
entry_points = {

0 commit comments

Comments
 (0)