Files
uv/scripts/workspaces/albatross-in-example/examples/bird-feeder/pyproject.toml
T

9 lines
159 B
TOML
Raw Normal View History

[project]
name = "bird-feeder"
version = "1.0.0"
dependencies = ["anyio>=4.3.0,<5"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"