We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51a10a commit df15ae4Copy full SHA for df15ae4
setup.py
@@ -33,6 +33,7 @@ def read(fname):
33
version=read("src/mbed_os_tools/VERSION.txt").strip(),
34
description=DESCRIPTION,
35
long_description=read("README.md"),
36
+ long_description_content_type='text/markdown',
37
author=OWNER_NAMES,
38
author_email=OWNER_EMAILS,
39
maintainer=OWNER_NAMES,
0 commit comments