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 56f98f1 commit 7350b57Copy full SHA for 7350b57
1 file changed
setup.py
@@ -12,7 +12,7 @@ def version():
12
return ast.parse(line).body[0].value.s
13
14
def long_description():
15
- with io.open("readme.md", encoding="utf-8") as f:
+ with open("readme.md", encoding="utf-8") as f:
16
return f.read()
17
18
setup(
0 commit comments