16 lines
334 B
TOML
16 lines
334 B
TOML
[project]
|
|
name = "ww-config"
|
|
version = "0.0.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["pydantic>=2.13", "pydantic-settings>=2.14", "ww-shared"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["ww_config"]
|
|
|
|
[tool.uv.sources]
|
|
ww-shared = { workspace = true }
|