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 1573623 commit 9646759Copy full SHA for 9646759
setup.py
@@ -6,7 +6,7 @@
6
with open('metaknowledge/constants.py') as f:
7
versionString = re.search(r"__version__ = '(.+)'", f.read()).group(1)
8
9
-long_descriptionLOC = "README.rst"
+long_descriptionLOC = "README.md"
10
if os.path.isfile(long_descriptionLOC):
11
long_description = open(long_descriptionLOC).read()
12
else:
0 commit comments