Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit f3ff7a4

Browse files
committed
Fix setup.py for Windows
1 parent bab8388 commit f3ff7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
import setuptools
77

8-
with open("README.md", "r") as fh:
8+
with open("README.md", "r", encoding="UTF-8") as fh:
99
long_description = fh.read()
1010

1111
setuptools.setup(
1212
name="wayscript",
13-
version="0.0.2",
13+
version="0.0.3",
1414
author="Team WayScript",
1515
author_email="[email protected]",
1616
description="WayScript gives you flexible building blocks to seamlessly integrate, automate and host tools in the cloud.",

0 commit comments

Comments
 (0)