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 bd31d6d commit 8902934Copy full SHA for 8902934
setup.py
@@ -3,7 +3,7 @@
3
from os import path
4
here = path.abspath(path.dirname(__file__))
5
6
-with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
7
long_description = f.read()
8
9
setup(
0 commit comments