mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-23 10:32:48 +08:00
10 lines
195 B
TOML
10 lines
195 B
TOML
|
[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
|