Skip to content

Commit

Permalink
fix: set long_description_content_type to text/markdown
Browse files Browse the repository at this point in the history
This error breaks the upload to pypi
  • Loading branch information
helgeerbe committed Oct 20, 2024
1 parent 90c955d commit d7bf47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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="[email protected]",
Expand Down

0 comments on commit d7bf47e

Please sign in to comment.