Fix README content type
authorAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 02:15:18 +0000 (19:15 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 02:15:18 +0000 (19:15 -0700)
setup.py

index 55047cc489d00f102fdfe145e02096ae3bc02707..f30ca7059c2f2a82eb391efa232aac1afda149c0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
         'An easy-to-use implementation of the Munter time calculation'
     ),
     long_description=readme,
         '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',
     author='Alexander Vasarab',
     author_email='alexander@wylark.com',
     url='https://wylark.com/munter',