We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d0047 commit ad4a163Copy full SHA for ad4a163
setup.py
@@ -7,7 +7,7 @@
7
here = path.abspath(path.dirname(__file__))
8
9
# Get the long description from the README file
10
-with open(path.join(here, 'README.md'), encoding='utf-8') as f:
+with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
11
long_description = f.read()
12
13
# get the dependencies and installs
0 commit comments