Skip to content

Commit 6b34ca6

Browse files
committed
setup.py: add long_description_content_type
Set the content type of the long description to markdown. Signed-off-by: Michael Walle <[email protected]>
1 parent becf8d8 commit 6b34ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def git_pep440_version():
3737
setup(name = name,
3838
version = version,
3939
description = 'Total Phase Aardvark library',
40+
long_description_content_type = 'text/markdown',
4041
long_description = readme,
4142
author = 'Michael Walle',
4243
author_email = '[email protected]',

0 commit comments

Comments
 (0)