From 43055dde1b9db4e8d8d0e2f0531bff279b9402be Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 19:19:35 +0200 Subject: [PATCH] Triggering workflow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),