We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79c39a commit 15dace8Copy full SHA for 15dace8
setup.py
@@ -6,7 +6,7 @@
6
LONG_DESCRIPTION_TYPE = "text/markdown"
7
8
if os.path.isfile(README_PATH):
9
- with io.open(README_PATH, encoding="utf-8") as f:
+ with open(README_PATH, encoding="utf-8") as f:
10
LONG_DESCRIPTION = f.read()
11
else:
12
LONG_DESCRIPTION = ""
0 commit comments