13 lines
242 B
TOML
13 lines
242 B
TOML
[project]
|
|
name = "bird-feeder"
|
|
version = "1.0.0"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["iniconfig>=2,<3", "seeds"]
|
|
|
|
[tool.uv.sources]
|
|
seeds = { workspace = true }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|