We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aad75ea + a6a39e7 commit 6c6b0f6Copy full SHA for 6c6b0f6
setup.py
@@ -4,7 +4,7 @@
4
except ImportError:
5
from distutils.core import setup
6
7
-with open("README.rst", "r", encoding="utf-8") as fh:
+with open("README.rst", "r") as fh:
8
long_description = fh.read()
9
10
packages = [
0 commit comments