Skip to content

Commit e77a703

Browse files
committed
FIX: Change setup.py link.
1 parent b537df7 commit e77a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
here = path.abspath(path.dirname(__file__))
1717

18-
with open(path.join(here, 'README.md'), encoding='utf-8') as readme_file:
18+
with open(path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
1919
readme = readme_file.read()
2020

2121
with open(path.join(here, 'requirements.txt')) as requirements_file:

0 commit comments

Comments
 (0)