Files
finanz-cockpit/pyproject.toml
T

27 lines
525 B
TOML

[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",
"pytest>=9.1.1",
"sqlalchemy>=2.0.52",
]
[project.scripts]
finanz-cockpit = "src:main"
[tool.uv.build-backend]
module-name = "src"
module-root = ""
[build-system]
requires = ["uv_build>=0.12.9,<0.13.0"]
build-backend = "uv_build"