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 d7c5cff commit 3a3b2b4Copy full SHA for 3a3b2b4
setup.py
@@ -3,7 +3,7 @@
3
from setuptools.depends import get_module_constant
4
from setuptools import setup
5
6
-with open("README.md", "r", encoding="utf-8") as fh:
+with open("README.md", "r") as fh:
7
long_description = fh.read()
8
9
setup(
0 commit comments