From 7b06a5bb4851cf2825f339855031953f92e08a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Fri, 12 Jul 2019 21:59:48 +0200 Subject: [PATCH] set correct content type for Markdown README --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9498805..2107f8e 100644 --- a/setup.py +++ b/setup.py @@ -21,4 +21,5 @@ setup( 'Operating System :: OS Independent', ], long_description=open('README.md').read(), + long_description_content_type="text/markdown", )