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(),