Skip to content

Commit eb8e5c1

Browse files
bearomorphismLee-W
andauthored
Update docs/config/version_provider.md
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent dc3dc59 commit eb8e5c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/config/version_provider.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,11 @@ This example leverages the `JsonProvider` base class, which handles file reading
305305

306306
Select a version provider based on your project's characteristics:
307307

308-
- **Python projects with Poetry**: Use `poetry`
309-
- **Python projects with PEP 621**: Use `pep621`
310-
- **Python projects with `uv`**: Use `uv`
311-
- **Python projects with setuptools-scm**: Use `scm`
308+
- **Python projects**
309+
- **with `uv`**: Use `uv`
310+
- **with `pyproject.toml` that follows PEP 621**: Use `pep621`
311+
- **with Poetry**: Use `poetry`
312+
- **setuptools-scm**: Use `scm`
312313
- **Rust projects**: Use `cargo`
313314
- **Node.js projects**: Use `npm`
314315
- **PHP projects**: Use `composer`

0 commit comments

Comments
 (0)