Added long_description

This commit is contained in:
2024-04-01 20:46:27 +02:00
parent 38d9a0c177
commit 2f4e3e7dba
2 changed files with 2 additions and 0 deletions

View File

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