Skip to content

Commit 7350b57

Browse files
committed
Use open
1 parent 56f98f1 commit 7350b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def version():
1212
return ast.parse(line).body[0].value.s
1313

1414
def long_description():
15-
with io.open("readme.md", encoding="utf-8") as f:
15+
with open("readme.md", encoding="utf-8") as f:
1616
return f.read()
1717

1818
setup(

0 commit comments

Comments
 (0)