uv/test/workspaces/albatross-virtual-workspace/packages/albatross/pyproject.toml

13 lines
253 B
TOML

[project]
name = "albatross"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = ["bird-feeder", "iniconfig>=2,<3"]
[tool.uv.sources]
bird-feeder = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"