Skip to content

Commit 8902934

Browse files
committed
update readme path
1 parent bd31d6d commit 8902934

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
from os import path
44
here = path.abspath(path.dirname(__file__))
55

6-
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
6+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
77
long_description = f.read()
88

99
setup(

0 commit comments

Comments
 (0)