Skip to content

Commit

Permalink
Fixed long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Laplusdestiny committed Oct 7, 2023
1 parent 1bb5849 commit 7540f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

with open("README.md", "r") as fp:
readme = fp.read()
LONG_DESCRIPTION_CONTENT_TYPE = "text/markdown"

setup(
name=NAME,
Expand All @@ -40,6 +41,7 @@
description=DESCRIPTION,
# README=readme,
long_description=readme,
long_description_content_type=LONG_DESCRIPTION_CONTENT_TYPE,
license=LICENSE,
url=URL,
version=VERSION,
Expand Down

0 comments on commit 7540f43

Please sign in to comment.