fix: set long_description_content_type to text/markdown
This error breaks the upload to pypi
This commit is contained in:
parent
90c955d4cd
commit
d7bf47e77c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
version=version,
|
version=version,
|
||||||
description="IONOS DNS Authenticator plugin for Certbot",
|
description="IONOS DNS Authenticator plugin for Certbot",
|
||||||
long_description=long_description,
|
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",
|
url="https://github.com/helgeerbe/certbot-dns-ionos",
|
||||||
author="Helge Erbe",
|
author="Helge Erbe",
|
||||||
author_email="helge@erbehome.de",
|
author_email="helge@erbehome.de",
|
||||||
|
|
Loading…
Reference in a new issue