From b3bc8ee9e6e8fa060be89fef16a5bbebebfb81dc Mon Sep 17 00:00:00 2001 From: Alex Turner Date: Wed, 4 Sep 2019 12:18:18 +1000 Subject: [PATCH] add long_description_content_type to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b3cd1c4..647ddfb 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ ], }, long_description=open('README.md', 'r').read(), + long_description_content_type="text/markdown", install_requires = [ 'python-dateutil>=2.5.0', 'pytz>=2015.7',