Skip to content

Commit

Permalink
setup.py: add tyupe of long_description
Browse files Browse the repository at this point in the history
This suddenly seems to be necessary.
  • Loading branch information
julianoes committed Dec 19, 2019
1 parent 7d97870 commit 454f6a5
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 454f6a5

Please sign in to comment.