Enforce utf-8 for reading the readme
Fixes failing installation issue #66
This commit is contained in:
parent
2f9497e064
commit
a68505b80e
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ setup(
|
||||
name="betterproto",
|
||||
version="1.2.3",
|
||||
description="A better Protobuf / gRPC generator & library",
|
||||
long_description=open("README.md", "r").read(),
|
||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="http://github.com/danielgtaylor/python-betterproto",
|
||||
author="Daniel G. Taylor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user