Skip to content

Commit 342c31e

Browse files
authored
Update setup.py
1 parent f918f15 commit 342c31e

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
@@ -13,7 +13,7 @@
1313

1414
readme = ''
1515
here = os.path.abspath(os.path.dirname(__file__))
16-
readme_path = os.path.join(here, 'README.md')
16+
readme_path = os.path.join(here, 'README.rst')
1717
if os.path.exists(readme_path):
1818
with open(readme_path, 'rb') as stream:
1919
readme = stream.read().decode('utf8')

0 commit comments

Comments
 (0)