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

9 lines
152 B
TOML
Raw Normal View History

[project]
name = "albatross"
version = "0.1.0"
dependencies = ["tqdm>=4,<5"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"