We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320d596 commit 21265a9Copy full SHA for 21265a9
setup.py
@@ -3,7 +3,7 @@
3
import os
4
5
long_description = ""
6
-possible_readmes = "README.md"
+possible_readmes = ["README.md"] # stupid bug.
7
for f in possible_readmes:
8
if os.path.exists(f):
9
with open(f, "r", encoding="utf-8") as file:
0 commit comments