Skip to content

Commit bcf6ae5

Browse files
committed
Add content type for long description
1 parent d190f04 commit bcf6ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
version="0.0.1",
1111
description="Read Real Python Articles",
1212
long_description=(HERE / "README.md").read_text(),
13+
long_description_content_type="text/markdown",
1314
url="https://github.com/realpython/reader",
1415
author="Real Python",
1516
author_email="office@realpython.com",

0 commit comments

Comments
 (0)