We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0da6f commit 03e84adCopy full SHA for 03e84ad
1 file changed
setup.py
@@ -3,9 +3,10 @@
3
4
from setuptools import setup
5
6
+import io
7
import os
8
-with open("README.md", "r", encoding="utf-8") as fh:
9
+with io.open("README.md", "r", encoding="utf-8") as fh:
10
long_description = fh.read()
11
12
setup(
0 commit comments