Compare commits

...

2 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
2f4e3e7dba Added long_description 2024-04-01 20:46:27 +02:00
38d9a0c177 Added additional fetching for git checkout 2024-04-01 20:43:11 +02:00
3 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
ref: ${{ github.ref }}
fetch-depth: 0
- name: setup git
run: |

View File

@@ -1,2 +1,3 @@
# creyPY
My collection of Python and FastAPI shortcuts etc.

View File

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