Skip to content

Commit 2d57f0d

Browse files
Merge pull request #67 from danielgtaylor/nat-n-patch-1
Enforce utf-8 for reading the readme in setup.py
2 parents 2f9497e + a68505b commit 2d57f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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)