Skip to content

Commit f6b2390

Browse files
authored
fix: Typo in the CLI README (#276)
* fix(cli docs): remove incorrect instructions about the workspace-specific pyproject.toml * bump CLI to 1.20.1
1 parent d24f893 commit f6b2390

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

projects/polylith_cli/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,7 @@ uv run poly create workspace --name my_namespace --theme loose
155155
```
156156

157157
### Rye and uv users: edit the configuration
158-
The default build backend for Rye and uv is Hatch. Add the `hatch-polylith-bricks` build hook plugin to the `pyproject.toml` file.
159-
160-
``` toml
161-
[build-system]
162-
requires = ["hatchling", "hatch-polylith-bricks"]
163-
build-backend = "hatchling.build"
164-
165-
[tool.hatch.build.hooks.polylith-bricks]
166-
# this section is needed to enable the hook in the build process, even if empty.
167-
```
168-
169-
Make Rye and uv (and Hatch) aware of the way Polylith organizes source code:
158+
The default build backend for Rye and uv is Hatch. Make Rye and uv (and Hatch) aware of the way Polylith organizes source code:
170159
``` toml
171160
[tool.hatch.build]
172161
dev-mode-dirs = ["components", "bases", "development", "."]

projects/polylith_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polylith-cli"
3-
version = "1.20.0"
3+
version = "1.20.1"
44
description = "Python tooling support for the Polylith Architecture"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"

0 commit comments

Comments
 (0)