There was an error while loading. Please reload this page.
1 parent 35fc608 commit e68c94bCopy full SHA for e68c94b
2 files changed
projects/hatch_polylith_bricks/README.md
@@ -9,6 +9,9 @@ This build hook will look for Polylith `bricks` in `pyproject.toml` and __option
9
[build-system]
10
requires = ["hatchling", "hatch-polylith-bricks"]
11
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
15
```
16
17
This Build Hook has two main usages:
projects/hatch_polylith_bricks/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hatch-polylith-bricks"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Hatch build hook plugin for Polylith"
5
authors = ['David Vujic']
6
homepage = "https://davidvujic.github.io/python-polylith-docs/"
0 commit comments