We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c71329 + 079af5b commit 4e5bed1Copy full SHA for 4e5bed1
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
5
-with open("README.md") as readme_file:
+with open("README.md", encoding="utf-8") as readme_file:
6
readme = readme_file.read()
7
8
install_requirements = ["click", "markdown", "requests"]
0 commit comments