Skip to content

Commit 21265a9

Browse files
committed
dumb fix
1 parent 320d596 commit 21265a9

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
@@ -3,7 +3,7 @@
33
import os
44

55
long_description = ""
6-
possible_readmes = "README.md"
6+
possible_readmes = ["README.md"] # stupid bug.
77
for f in possible_readmes:
88
if os.path.exists(f):
99
with open(f, "r", encoding="utf-8") as file:

0 commit comments

Comments
 (0)