setup-uv/__tests__/fixtures/uv-project/pyproject.toml

14 lines
251 B
TOML
Raw Normal View History

2024-08-24 05:58:26 +08:00
[project]
name = "uv-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff>=0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"