Skip to content

Commit ad4a163

Browse files
committed
Change README type in setup.py
1 parent 49d0047 commit ad4a163

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

99
# Get the long description from the README file
10-
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
10+
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
1111
long_description = f.read()
1212

1313
# get the dependencies and installs

0 commit comments

Comments
 (0)