From: Alexander Vasarab Date: Sun, 21 Jun 2020 02:15:18 +0000 (-0700) Subject: Fix README content type X-Git-Tag: v2.0.0^2~1 X-Git-Url: https://wylark.com/src/munter.git/commitdiff_plain/dcc5a9e11343658010491fa01299bc84205520a9 Fix README content type --- 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',