We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeError
1 parent e58fb6c commit a29347cCopy full SHA for a29347c
setup.py
@@ -9,7 +9,7 @@
9
else:
10
version = "%d.%d.%d" % version_tuple[:3]
11
12
-with open('./README.rst', encoding='utf-8') as f:
+with io.open('./README.rst', encoding='utf-8') as f:
13
readme = f.read()
14
15
setup(
0 commit comments