project structure

This commit is contained in:
2026-09-02 22:54:33 +02:00
parent 0d4e1192b9
commit f758d7b2a5
2 changed files with 69 additions and 1 deletions
+6 -1
View File
@@ -10,10 +10,15 @@ requires-python = ">=3.14"
dependencies = [
"argparse>=1.4.0",
"pydantic>=2.13.5",
"pytest>=9.1.1",
]
[project.scripts]
finanz-cockpit = "finanz_cockpit:main"
finanz-cockpit = "src:main"
[tool.uv.build-backend]
module-name = "src"
module-root = ""
[build-system]
requires = ["uv_build>=0.12.9,<0.13.0"]