From 57b21a267a4a0eda83d278ac885798b1a963cb78 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 26 Jul 2018 10:45:11 +0200 Subject: Add content type for project description PyPi needs a project that explicitly set the content_type to 'text/markdown' to show the content on their website. Change-Id: Id3d47bbcd448547cf71d7ea24c1b5d3b6c921e7f Reviewed-by: Friedemann Kleint --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9ab77af46..526622676 100644 --- a/setup.py +++ b/setup.py @@ -248,6 +248,7 @@ setup( description = ("Python bindings for the Qt cross-platform application and " "UI framework"), long_description = README + "\n\n" + CHANGES, + long_description_content_type = 'text/markdown', classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', -- cgit v1.2.3