Skip to content

Commit dec6ee7

Browse files
committed
[setup] set long-description type to markdown
1 parent 29c7963 commit dec6ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
install_requires=install_req,
4646
include_package_data=True,
4747
long_description=description_text,
48+
long_description_content_type="text/markdown",
4849
classifiers=CLASSIFIERS,
4950
license="BSD",
5051
entry_points={'console_scripts': ['odmltordf=odml.scripts.odml_to_rdf:main',

0 commit comments

Comments
 (0)