uv/scripts/workspaces/albatross-in-example/pyproject.toml
2025-03-15 20:52:43 +00:00

9 lines
184 B
TOML

[project]
name = "albatross"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = ["iniconfig>=2,<3"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"