We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfb08d commit 56720b3Copy full SHA for 56720b3
setup.py
@@ -1,7 +1,7 @@
1
from how import __version__, __author__
2
from setuptools import setup, find_packages
3
4
-with open("README.md", "r") as f:
+with open("README.md", "r", encoding="utf-8") as f:
5
readme = f.read()
6
7
with open("requirements.txt", "r") as f:
0 commit comments