From: Daniel Salzman Date: Mon, 2 Aug 2021 07:51:54 +0000 (+0200) Subject: python: add long_description_content_type to setup.py X-Git-Tag: v3.1.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c03697ae2dca946e5e539af4b94b45b90e30e6;p=thirdparty%2Fknot-dns.git python: add long_description_content_type to setup.py --- 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',