From ccbb42d66b8b4ecbe9a823bc639014c1742cc784 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Sat, 28 Dec 2019 10:11:17 +0000 Subject: [PATCH] long_description is in markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c355f8c..5e70e50 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setup( "pysaml2>=4.5.0", ], long_description=read_file(("README.md",)), + long_description_content_type="text/markdown", classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: Apache Software License',