mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 22:10:11 -05:00
10 lines
184 B
TOML
10 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"
|