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',