Skip to content

Commit d551597

Browse files
committed
fix: long_description_content_type='text/x-rst'
1 parent e624ffd commit d551597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def load_version() -> Dict[str, str]:
8989
version=VERSION["__version__"],
9090
description="A decorator to generate redacted and nicely formatted log entries",
9191
long_description=load_readme(),
92-
long_description_content_type="text/markdown",
92+
long_description_content_type="text/x-rst",
9393
author="Lawrence McDaniel",
9494
author_email="lpm0073@gmail.com",
9595
maintainer="Lawrence McDaniel",

0 commit comments

Comments
 (0)