mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
9 lines
184 B
TOML
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"
|