Skip to content

Commit

Permalink
Updated the long description content type so it can render in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pazzarpj committed Aug 8, 2019
1 parent 269eee3 commit 0948bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_dependencies():
author_email="ryanspj+github@gmail.com",
description="Micropython c stub generator",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
package_dir={'': 'src'},
packages=find_packages('src'),
url="https://github.com/pazzarpj/micropython-ustubby",
Expand Down

0 comments on commit 0948bd3

Please sign in to comment.