We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d4a02 commit 2aa8cfcCopy full SHA for 2aa8cfc
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-with open("README.md", "r") as fh:
+with open("README.md", "r", encoding="utf8") as fh:
4
long_description = fh.read()
5
6
setup(
0 commit comments