Skip to content

Commit 5c6ae90

Browse files
authored
BF: Fix README location in setup.py
1 parent fe865ad commit 5c6ae90

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
@@ -14,7 +14,7 @@
1414
here = path.abspath(path.dirname(__file__))
1515

1616
# Get the long description from the README file
17-
with open(path.join(here, 'README'), encoding='utf-8') as f:
17+
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
1818
long_description = f.read()
1919

2020
setup(

0 commit comments

Comments
 (0)