Skip to content

Commit a68505b

Browse files
authored
Enforce utf-8 for reading the readme
Fixes failing installation issue #66
1 parent 2f9497e commit a68505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="betterproto",
55
version="1.2.3",
66
description="A better Protobuf / gRPC generator & library",
7-
long_description=open("README.md", "r").read(),
7+
long_description=open("README.md", "r", encoding="utf-8").read(),
88
long_description_content_type="text/markdown",
99
url="http://github.com/danielgtaylor/python-betterproto",
1010
author="Daniel G. Taylor",

0 commit comments

Comments
 (0)