initial commit

This commit is contained in:
2026-09-02 20:20:48 +02:00
commit 0d4e1192b9
8 changed files with 209 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[project]
name = "finanz-cockpit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Mathias Scheider", email = "mathias2784@web.de" }
]
requires-python = ">=3.14"
dependencies = [
"argparse>=1.4.0",
"pydantic>=2.13.5",
]
[project.scripts]
finanz-cockpit = "finanz_cockpit:main"
[build-system]
requires = ["uv_build>=0.12.9,<0.13.0"]
build-backend = "uv_build"