diff --git a/setup.py b/setup.py index 5bccb60..92eaa58 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def get_latest_git_tag() -> str: setup( name="creyPY", version=get_latest_git_tag(), - description="My collection of Python and FastAPI shortcuts etc.", + description="Collection of my Python and FastAPI shortcuts, snippets etc.", author="Conrad Großer", author_email="conrad@noah.tech", packages=find_packages(),