Skip to content

Commit b6dce7a

Browse files
authored
Merge pull request #17 from lpm0073/next
Fix python code block render problem in PyPi
2 parents d23f6e3 + d551597 commit b6dce7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)