astral-sh-setup-uv/__tests__/fixtures/uv-project-pinned-python/pyproject.toml
2025-10-09 11:56:01 -04:00

13 lines
253 B
TOML

[project]
name = "uv-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.13.3"
dependencies = [
"ruff>=0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"