Skip to content

Commit

Permalink
Explicit UTF-8 encoding for Windows compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Lyrå <[email protected]>
  • Loading branch information
martinlyra committed Oct 21, 2021
1 parent c03c6fb commit d71e7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
packages=find_packages(exclude=["tests*"]),
url="https://github.com/flyteorg/flytekit",
description="Flyte SDK for Python",
long_description=open("README.md").read(),
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
entry_points={
"console_scripts": [
Expand Down

0 comments on commit d71e7b8

Please sign in to comment.