13 lines
242 B
TOML
13 lines
242 B
TOML
[project]
|
|
name = "ww-shared"
|
|
version = "0.0.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["pydantic>=2.13"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["ww_shared"]
|