mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
13 lines
255 B
TOML
13 lines
255 B
TOML
[project]
|
|
name = "albatross"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["iniconfig>=2,<3"]
|
|
|
|
[tool.uv.workspace]
|
|
members = ["packages/*"]
|
|
exclude = ["excluded/*"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|