Skip to content

Commit

Permalink
fix: long_description_content_type='text/x-rst'
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 14, 2023
1 parent e624ffd commit d551597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def load_version() -> Dict[str, str]:
version=VERSION["__version__"],
description="A decorator to generate redacted and nicely formatted log entries",
long_description=load_readme(),
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
author="Lawrence McDaniel",
author_email="[email protected]",
maintainer="Lawrence McDaniel",
Expand Down

0 comments on commit d551597

Please sign in to comment.