Skip to content

Commit

Permalink
cd: use markdown as long description in setup.py
Browse files Browse the repository at this point in the history
Adds argument ' long_description_content_type="text/markdown"' to
setup.py, fixing PyPi upload error.
  • Loading branch information
LuqueDaniel committed May 29, 2020
1 parent e9b8188 commit 34ede3f
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 @@ -20,6 +20,7 @@
author=pybooru.__author__,
description="Pybooru is a Python package to access to the API of Danbooru/Moebooru based sites.",
long_description=long_description,
long_description_content_type="text/markdown",
author_email="[email protected]",
url="https://github.com/LuqueDaniel/pybooru",
license="MIT License",
Expand Down

0 comments on commit 34ede3f

Please sign in to comment.