From 203bc515ed1f8957fa01da5ca5537cb0bb5205e0 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 6 Feb 2019 21:22:51 +1300 Subject: [PATCH] Fix long description content type for PYPI --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 94f40a6e..aec9b982 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ def get_requirements(lookup=None): license=LICENSE, description=DESCRIPTION, long_description=LONG_DESCRIPTION, + long_description_content_type="text/markdown", keywords=KEYWORDS, setup_requires=["pytest-runner"], tests_require=["pytest"],