From b8c03697ae2dca946e5e539af4b94b45b90e30e6 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Mon, 2 Aug 2021 09:51:54 +0200 Subject: [PATCH] python: add long_description_content_type to setup.py --- python/setup.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py.in b/python/setup.py.in index 7316247de6..975537c807 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -13,6 +13,7 @@ setuptools.setup( version='@PACKAGE_VERSION@', description='Python bindings for libknot', long_description=long_description, + long_description_content_type="text/markdown", author='Daniel Salzman', author_email='daniel.salzman@nic.cz', url='https://gitlab.nic.cz/knot/knot-dns', -- 2.47.3