aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',