Merge pull request #66 from bollwyvl/patch-1

consume readme with utf-8
pull/6294/head
Jeremy Tuloup 5 years ago committed by GitHub
commit d6a4d8dde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ else:
cmdclass["jsdeps"] = skip_if_exists(jstargets, js_command)
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup_args = dict(

Loading…
Cancel
Save