consume readme with utf-8

Nicholas Bollweg 5 years ago committed by GitHub
parent d8f793d1a8
commit a3e24bb30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ else:
with open("README.md", "r") as fh:
long_description = fh.read()
long_description = fh.read(encoding="utf-8")
setup_args = dict(
name=NAME,

Loading…
Cancel
Save