File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ version_provider = "composer"
174174| ` scm ` | None (reads from Git tags) | Yes | ` setuptools-scm ` users |
175175| ` pep621 ` | ` pyproject.toml ` (` project.version ` ) | No | Modern Python (PEP 621) |
176176| ` poetry ` | ` pyproject.toml ` (` tool.poetry.version ` ) | No | Poetry projects |
177- | ` uv ` | ` pyproject.toml ` + ` uv.lock ` | No | UV package manager |
177+ | ` uv ` | ` pyproject.toml ` + ` uv.lock ` | No | uv package manager |
178178| ` cargo ` | ` Cargo.toml ` + ` Cargo.lock ` | No | Rust/Cargo projects |
179179| ` npm ` | ` package.json ` (+ lock files) | No | Node.js/npm projects |
180180| ` composer ` | ` composer.json ` | No | PHP/Composer projects |
@@ -298,7 +298,7 @@ Select a version provider based on your project's characteristics:
298298
299299- ** Python projects with Poetry** : Use ` poetry `
300300- ** Python projects with PEP 621** : Use ` pep621 `
301- - ** Python projects with UV ** : Use ` uv `
301+ - ** Python projects with ` uv ` ** : Use ` uv `
302302- ** Python projects with setuptools-scm** : Use ` scm `
303303- ** Rust projects** : Use ` cargo `
304304- ** Node.js projects** : Use ` npm `
You can’t perform that action at this time.
0 commit comments