Skip to content

Commit

Permalink
Add long description content type to setup.py
Browse files Browse the repository at this point in the history
To prevent a warning when publishing the module to PyPi.
  • Loading branch information
BoboTiG committed Jul 28, 2021
1 parent eb0d27a commit 1f4e0b3
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 @@ -65,6 +65,7 @@
version="0.7.5",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/x-rst",
author="Mikhail Korobov",
author_email="[email protected]",
license=LICENSE,
Expand Down

0 comments on commit 1f4e0b3

Please sign in to comment.