mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-11-06 01:46:48 +00:00
Fallback if toml file parsing failed (#246)
This commit is contained in:
committed by
GitHub
parent
b5f58b2abc
commit
14dc0be27c
@@ -0,0 +1,9 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user