Skip to content

Commit 9646759

Browse files
authored
Update setup.py
1 parent 1573623 commit 9646759

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
@@ -6,7 +6,7 @@
66
with open('metaknowledge/constants.py') as f:
77
versionString = re.search(r"__version__ = '(.+)'", f.read()).group(1)
88

9-
long_descriptionLOC = "README.rst"
9+
long_descriptionLOC = "README.md"
1010
if os.path.isfile(long_descriptionLOC):
1111
long_description = open(long_descriptionLOC).read()
1212
else:

0 commit comments

Comments
 (0)