We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f918f15 commit 342c31eCopy full SHA for 342c31e
setup.py
@@ -13,7 +13,7 @@
13
14
readme = ''
15
here = os.path.abspath(os.path.dirname(__file__))
16
-readme_path = os.path.join(here, 'README.md')
+readme_path = os.path.join(here, 'README.rst')
17
if os.path.exists(readme_path):
18
with open(readme_path, 'rb') as stream:
19
readme = stream.read().decode('utf8')
0 commit comments