Skip to content

Commit 514c872

Browse files
committed
Set content-type of description to markdown.
1 parent 9e2dbaa commit 514c872

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
@@ -22,6 +22,7 @@
2222
version = "1.0.0.dev1",
2323
description = doclines[0],
2424
long_description = README + '\n' + CHANGELOG,
25+
long_description_content_type = "text/markdown",
2526
classifiers=[
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)