From eb356f54d93d0f66671e1a7f59aa8171b24c5074 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Mon, 14 Sep 2020 16:25:42 +0300 Subject: [PATCH] REL: interpret `long_description` as Markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 59f6177..1ded74a 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ def build_parser_table(): version=version, description=description, long_description=open(README).read(), + long_description_content_type='text/markdown', author='Ioannis Filippidis', author_email='jfilippidis@gmail.com', url='https://github.com/johnyf/promela',