We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9497e + a68505b commit 2d57f0dCopy full SHA for 2d57f0d
setup.py
@@ -4,7 +4,7 @@
4
name="betterproto",
5
version="1.2.3",
6
description="A better Protobuf / gRPC generator & library",
7
- long_description=open("README.md", "r").read(),
+ long_description=open("README.md", "r", encoding="utf-8").read(),
8
long_description_content_type="text/markdown",
9
url="http://github.com/danielgtaylor/python-betterproto",
10
author="Daniel G. Taylor",
0 commit comments