consume readme with utf-8

This commit is contained in:
Nicholas Bollweg 2021-01-01 12:04:44 -05:00 committed by GitHub
parent d8f793d1a8
commit a3e24bb30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,