Skip to content

Commit f81351c

Browse files
committed
Fix content type for mbed-ls readme
1 parent 82979a3 commit f81351c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mbed-ls/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def read(fname):
4242
version='1.7.8',
4343
description=DESCRIPTION,
4444
long_description=read('README.md'),
45+
long_description_content_type='text/markdown',
4546
author=OWNER_NAMES,
4647
author_email=OWNER_EMAILS,
4748
maintainer=OWNER_NAMES,

0 commit comments

Comments
 (0)