From 2f4e3e7dba4ce5d4767659762894e006b4957e27 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 20:46:27 +0200 Subject: [PATCH] Added long_description --- README.md | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eeb006f..dad7e06 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # creyPY + My collection of Python and FastAPI shortcuts etc. diff --git a/setup.py b/setup.py index 92eaa58..737414a 100644 --- a/setup.py +++ b/setup.py @@ -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(),