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 269eee3 commit 0948bd3Copy full SHA for 0948bd3
setup.py
@@ -55,6 +55,7 @@ def get_dependencies():
55
author_email="[email protected]",
56
description="Micropython c stub generator",
57
long_description=open("README.md").read(),
58
+ long_description_content_type="text/markdown",
59
package_dir={'': 'src'},
60
packages=find_packages('src'),
61
url="https://github.com/pazzarpj/micropython-ustubby",
0 commit comments