mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 20:00:30 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f4e3e7dba | |||
| 38d9a0c177 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -50,6 +50,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: setup git
|
- name: setup git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
# creyPY
|
# creyPY
|
||||||
|
|
||||||
My collection of Python and FastAPI shortcuts etc.
|
My collection of Python and FastAPI shortcuts etc.
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -24,6 +24,7 @@ setup(
|
|||||||
name="creyPY",
|
name="creyPY",
|
||||||
version=get_latest_git_tag(),
|
version=get_latest_git_tag(),
|
||||||
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
|
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
|
||||||
|
long_description=open("README.md").read(),
|
||||||
author="Conrad Großer",
|
author="Conrad Großer",
|
||||||
author_email="conrad@noah.tech",
|
author_email="conrad@noah.tech",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user