gacsco/pyproject.toml

32 lines
627 B
TOML
Raw Normal View History

2025-05-04 17:01:28 +02:00
[project]
2025-05-05 10:52:54 +02:00
name = "gacsco"
2025-05-04 17:01:28 +02:00
dynamic = ["version"]
description = "Remote control genieacs"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.28.1",
"netaddr>=1.3.0",
"pydantic-settings[yaml]>=2.9.1",
2025-05-25 17:34:05 +02:00
"typer-slim>=0.15.4",
2025-05-04 17:01:28 +02:00
]
[dependency-groups]
dev = ["dunamai>=1.23.1", "ipdb>=0.13.13"]
[project.scripts]
gacsco = "gacsco.main:main"
[build-system]
requires = ["hatchling", "uv-dynamic-versioning"]
build-backend = "hatchling.build"
[tool.hatch.version]
source = "uv-dynamic-versioning"
[tool.hatch.build.targets.wheel]
packages = ["src/gacsco"]
[tool.uv-dynamic-versioning]
style = "semver"