From bcf6ae502e1470fb73f4582cdef1762327c887aa Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Sun, 16 Sep 2018 22:17:33 +0200 Subject: [PATCH] Add content type for long description --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 531cec4..5f5ddb6 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ version="0.0.1", description="Read Real Python Articles", long_description=(HERE / "README.md").read_text(), + long_description_content_type="text/markdown", url="https://github.com/realpython/reader", author="Real Python", author_email="office@realpython.com",