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 29c7963 commit dec6ee7Copy full SHA for dec6ee7
setup.py
@@ -45,6 +45,7 @@
45
install_requires=install_req,
46
include_package_data=True,
47
long_description=description_text,
48
+ long_description_content_type="text/markdown",
49
classifiers=CLASSIFIERS,
50
license="BSD",
51
entry_points={'console_scripts': ['odmltordf=odml.scripts.odml_to_rdf:main',
0 commit comments