Added content type for long description

This commit is contained in:
2024-04-01 20:53:02 +02:00
parent 2f4e3e7dba
commit b549fd941c
2 changed files with 3 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ setup(
version=get_latest_git_tag(),
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Conrad Großer",
author_email="conrad@noah.tech",
packages=find_packages(),