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

10 lines
184 B
TOML
Raw Normal View History

[project]
name = "albatross"
version = "0.1.0"
requires-python = ">=3.12"
2025-03-15 13:52:43 -07:00
dependencies = ["iniconfig>=2,<3"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"