Skip to content

Commit ce7f6b6

Browse files
committed
fix the fix...
1 parent c89f5b2 commit ce7f6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if sys.version_info.major > 2:
1818
tests_require.append("mypy")
1919

20-
with io.open("PYPI.md", encoding="utf-8") as f:
20+
with io.open("pypi.md", encoding="utf-8") as f:
2121
long_description = f.read()
2222

2323

0 commit comments

Comments
 (0)