Skip to content

Commit 0be69f3

Browse files
committed
fix setup.py(read from readme.rst for long description)
1 parent d627874 commit 0be69f3

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

44
def readme():
5-
with open('README.md', encoding='utf-8') as f:
5+
with open('README.rst', encoding='utf-8') as f:
66
content = f.read()
77
return content
88

0 commit comments

Comments
 (0)