setup-uv/__tests__/fixtures/uv-project/pyproject.toml
Kevin Stillhammer 18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00

14 lines
251 B
TOML

[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"