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

10 lines
195 B
TOML
Raw Normal View History

2025-01-16 16:49:16 +01:00
[project]
name = "malformed-pyproject-toml-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []
[malformed-toml