Triggering workflow

This commit is contained in:
2024-04-01 19:19:35 +02:00
parent 0aaa1dc6a1
commit 43055dde1b

View File

@@ -23,7 +23,7 @@ def get_latest_git_tag() -> str:
setup( setup(
name="creyPY", name="creyPY",
version=get_latest_git_tag(), 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="Conrad Großer",
author_email="conrad@noah.tech", author_email="conrad@noah.tech",
packages=find_packages(), packages=find_packages(),