Skip to content

Commit c44e882

Browse files
authored
docs: add missing Pixi and Maturin mentions in the README. (#381)
1 parent bf0dc35 commit c44e882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Have a look at the [Python-specific documentation](https://davidvujic.github.io/
4141
You will find installation, setup, usage guides, examples and more.
4242

4343
## Python Monorepos with Polylith :snake:
44-
You can use Polylith with Poetry, Hatch, PDM, Rye, uv and Pantsbuild.
44+
You can use Polylith with Poetry, Hatch, PDM, Rye, Maturin, Pixi, uv and Pantsbuild.
4545
This repo contains a Poetry plugin, a standalone CLI and build hooks.
4646

4747
* [a Poetry Plugin](https://pypi.org/project/poetry-polylith-plugin)
@@ -51,7 +51,7 @@ This repo contains a Poetry plugin, a standalone CLI and build hooks.
5151
* [a PDM Build Hook for the workspace](https://pypi.org/project/pdm-polylith-workspace/)
5252

5353
The Poetry plugin adds tooling support to Poetry.
54-
The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Pixi and uv).
54+
The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Maturin, Pixi and uv).
5555

5656
The Hatch Build Hook adds build-specific support (also for uv, Rye, Pixi and Pantsbuild, using hatchling as the build backend).
5757
The PDM Build Hook for _projects_ adds build-specific support for PDM.
@@ -70,7 +70,7 @@ The repositories are example __Python__ setups of the Polylith Architecture.
7070
You will find examples of sharing code between different kind of projects,
7171
and developer tooling setup such as `mypy` and the `venv`.
7272

73-
There's more examples and production systems in the [documentation](https://davidvujic.github.io/python-polylith-docs/examples/).
73+
There's __more examples__ and production systems in the [documentation](https://davidvujic.github.io/python-polylith-docs/examples/).
7474

7575
## Videos
7676

0 commit comments

Comments
 (0)