Skip to content

Commit 951110b

Browse files
authored
🐛 fixed README bug
1 parent f1ab509 commit 951110b

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
@@ -2,7 +2,7 @@
22

33
import setuptools
44

5-
with open("README", "r") as fh:
5+
with open("README.md", "r") as fh:
66
long_description = fh.read()
77

88
setup(

0 commit comments

Comments
 (0)