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 65441bd commit 29c7963Copy full SHA for 29c7963
setup.py
@@ -25,7 +25,7 @@
25
'odml.scripts'
26
]
27
28
-with open('README.rst') as f:
+with open('README.md') as f:
29
description_text = f.read()
30
31
install_req = ["lxml", "pyyaml==3.13", "rdflib", "docopt", "pathlib"]
0 commit comments