Skip to content

Commit

Permalink
Merge pull request #148 from mavlink/pr-add-description-type
Browse files Browse the repository at this point in the history
setup.py: add type of long_description
  • Loading branch information
julianoes authored Dec 19, 2019
2 parents 7d97870 + 454f6a5 commit df9d6bb
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 @@ -116,6 +116,7 @@ def version():
version=version(),
description="Python wrapper for MAVSDK",
long_description=parse_long_description(),
long_description_content_type="text/markdown",
url="https://github.com/mavlink/MAVSDK-Python",
maintainer="Jonas Vautherin, Julian Oes",
maintainer_email="[email protected], [email protected]",
Expand Down

0 comments on commit df9d6bb

Please sign in to comment.