mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
15 lines
299 B
TOML
15 lines
299 B
TOML
[project]
|
|
name = "albatross"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["bird-feeder", "iniconfig>=2,<3"]
|
|
|
|
[tool.uv.sources]
|
|
bird-feeder = { workspace = true }
|
|
|
|
[tool.uv.workspace]
|
|
members = ["packages/*"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|