Skip to content

Commit df15ae4

Browse files
committed
Fix Markdown rendering in PyPi
1 parent c51a10a commit df15ae4

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
@@ -33,6 +33,7 @@ def read(fname):
3333
version=read("src/mbed_os_tools/VERSION.txt").strip(),
3434
description=DESCRIPTION,
3535
long_description=read("README.md"),
36+
long_description_content_type='text/markdown',
3637
author=OWNER_NAMES,
3738
author_email=OWNER_EMAILS,
3839
maintainer=OWNER_NAMES,

0 commit comments

Comments
 (0)