Skip to content

Commit fbd4c51

Browse files
authored
Merge pull request #7 from pazzarpj/bugfix/pypi-description
Updated the long description content type so it can render in markdown
2 parents 269eee3 + 0948bd3 commit fbd4c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def get_dependencies():
5555
author_email="[email protected]",
5656
description="Micropython c stub generator",
5757
long_description=open("README.md").read(),
58+
long_description_content_type="text/markdown",
5859
package_dir={'': 'src'},
5960
packages=find_packages('src'),
6061
url="https://github.com/pazzarpj/micropython-ustubby",

0 commit comments

Comments
 (0)