summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-30 16:04:28 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commitd03d991d9f9d6a3864a836eef10971b8ea3da59a (patch)
treedc80d2d1067721afe55d6f2db100de46eb745ec0
parenta70d7c60f393977b8e4a83babc3a96cc36e6be97 (diff)
downloadqtivi-qface-d03d991d9f9d6a3864a836eef10971b8ea3da59a.tar.gz
Change the long description content type to "Markdown"
This makes sure the pypi page is rendered correctly.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3a87f8d..877dbbb 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(
version=__version__,
description=__summary__,
long_description=long_description,
+ long_description_content_type="text/markdown",
url=__uri__,
author=__author__,
author_email=__author_email__,