Skip to content

Commit e68c94b

Browse files
authored
bump version to 1.1.1. Add docs about required hatch hook section (#160)
1 parent 35fc608 commit e68c94b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

projects/hatch_polylith_bricks/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This build hook will look for Polylith `bricks` in `pyproject.toml` and __option
99
[build-system]
1010
requires = ["hatchling", "hatch-polylith-bricks"]
1111
build-backend = "hatchling.build"
12+
13+
[tool.hatch.build.hooks.polylith-bricks]
14+
# NOTE: this section is needed to enable the hook in the build process, even if empty
1215
```
1316

1417
This Build Hook has two main usages:

projects/hatch_polylith_bricks/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 = "hatch-polylith-bricks"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Hatch build hook plugin for Polylith"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"

0 commit comments

Comments
 (0)