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 c89f5b2 commit ce7f6b6Copy full SHA for ce7f6b6
setup.py
@@ -17,7 +17,7 @@
17
if sys.version_info.major > 2:
18
tests_require.append("mypy")
19
20
-with io.open("PYPI.md", encoding="utf-8") as f:
+with io.open("pypi.md", encoding="utf-8") as f:
21
long_description = f.read()
22
23
0 commit comments