fix: set long_description_content_type to text/markdown

This error breaks the upload to pypi
This commit is contained in:
helgeerbe 2024-10-20 16:03:17 +02:00
parent 90c955d4cd
commit d7bf47e77c

View file

@ -24,7 +24,7 @@ setup(
version=version,
description="IONOS DNS Authenticator plugin for Certbot",
long_description=long_description,
long_description_content_type="text/x-rst",
long_description_content_type="text/markdown",
url="https://github.com/helgeerbe/certbot-dns-ionos",
author="Helge Erbe",
author_email="helge@erbehome.de",