]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
python: add long_description_content_type to setup.py
authorDaniel Salzman <daniel.salzman@nic.cz>
Mon, 2 Aug 2021 07:51:54 +0000 (09:51 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 5 Aug 2021 06:14:27 +0000 (08:14 +0200)
python/setup.py.in

index 7316247de6cb748405dc6122d725ef6398fbccc7..975537c8075b6e67377a144973796bc3d59f6697 100644 (file)
@@ -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',