docs: update for uv backend (#2736)
This commit is contained in:
@@ -107,13 +107,14 @@
|
||||
},
|
||||
"build-frontend": {
|
||||
"default": "default",
|
||||
"description": "Set the tool to use to build, either \"build\" (default), \"build[uv]\", or \"pip\"",
|
||||
"description": "Set the tool to use to build, either \"build\" (default), \"build[uv]\", \"uv\", or \"pip\"",
|
||||
"oneOf": [
|
||||
{
|
||||
"enum": [
|
||||
"pip",
|
||||
"build",
|
||||
"build[uv]",
|
||||
"uv",
|
||||
"default"
|
||||
]
|
||||
},
|
||||
@@ -129,6 +130,10 @@
|
||||
"type": "string",
|
||||
"pattern": "^build\\[uv\\]; ?args:"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^uv; ?args:"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -140,7 +145,8 @@
|
||||
"enum": [
|
||||
"pip",
|
||||
"build",
|
||||
"build[uv]"
|
||||
"build[uv]",
|
||||
"uv"
|
||||
]
|
||||
},
|
||||
"args": {
|
||||
|
||||
Reference in New Issue
Block a user