We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02971b1 commit 3d17620Copy full SHA for 3d17620
setup.py
@@ -63,6 +63,6 @@
63
"Programming Language :: Python :: 3.6",
64
"Programming Language :: Python :: 3.7"
65
],
66
- long_description = open(os.path.join(os.path.dirname(__file__), "README.md"), "r").read(),
+ long_description = open(os.path.join(os.path.dirname(__file__), "README.md"), "rb").read().decode("utf-8"),
67
long_description_content_type = "text/markdown"
68
)
0 commit comments