Skip to content

Commit

Permalink
set description content type to 'text/markdown'
Browse files Browse the repository at this point in the history
needed to upload on PyPI
  • Loading branch information
tassaron committed May 13, 2022
1 parent 7f49ee5 commit 3cebbf8
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 @@ -35,6 +35,7 @@ def getTextFromFile(filename, fallback):
description=PACKAGE_DESCRIPTION,
author=getTextFromFile("AUTHORS", "tassaron"),
long_description=getTextFromFile("README.md", PACKAGE_DESCRIPTION),
long_description_content_type = "text/markdown",
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 3cebbf8

Please sign in to comment.