Skip to content

Commit 4e5bed1

Browse files
authored
Merge pull request #16 from pawarvishal/python_setupy_windowsissue
modified setup.py file to resolve setup.py issue on windows
2 parents 9c71329 + 079af5b commit 4e5bed1

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
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
with open("README.md") as readme_file:
5+
with open("README.md", encoding="utf-8") as readme_file:
66
readme = readme_file.read()
77

88
install_requirements = ["click", "markdown", "requests"]

0 commit comments

Comments
 (0)