From 4491ad5b6c1b478d2e4c205fef7396a491af78c7 Mon Sep 17 00:00:00 2001 From: Matthias Fripp Date: Sat, 15 Jun 2019 14:18:45 -1000 Subject: [PATCH] Specify long_description_content_type in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 04b5c09f3..d122af748 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ def read(*rnames): platforms=["any"], description='SWITCH Power System Planning Model', long_description=read('README'), + long_description_content_type="text/markdown", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',