From dcc5a9e11343658010491fa01299bc84205520a9 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Sat, 20 Jun 2020 19:15:18 -0700 Subject: [PATCH] Fix README content type --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55047cc..f30ca70 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( 'An easy-to-use implementation of the Munter time calculation' ), long_description=readme, - long_description_content_type='text/plain', + long_description_content_type='text/markdown', author='Alexander Vasarab', author_email='alexander@wylark.com', url='https://wylark.com/munter', -- 2.30.2