Skip to content

Commit

Permalink
Set long description content type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 23, 2023
1 parent 7d966c2 commit 6cdc4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def plugin(plugin_name: str, mod_name: Optional[str] = None) -> str:
author_email="matthias.troffaes@gmail.com",
description=readme[0],
long_description="\n".join(readme[2:]),
long_description_content_type="text/x-rst",
zip_safe=False,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 6cdc4cf

Please sign in to comment.