[project] name = "albatross" version = "0.1.0" requires-python = ">=3.12" dependencies = ["tqdm>=4,<5"] [tool.uv.workspace] members = ["packages/*"] exclude = ["excluded/*"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"