Skip to content

Commit a0596ac

Browse files
authored
fix: typo in Hatch build hook entry point (#154)
* fix(hatch): typo in entry point, missing the custom top namespace * bump hatch build hook to 0.0.2
1 parent cd927ae commit a0596ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/hatch_polylith_bricks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hatch-polylith-bricks"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Hatch build hook plugin for Polylith"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -25,7 +25,7 @@ python = "^3.9"
2525
hatchling = "^1.21.0"
2626

2727
[tool.poetry.plugins.hatch]
28-
polylith-bricks = "polylith.hatch_hooks.hooks"
28+
polylith-bricks = "hatch_polylith_bricks.polylith.hatch_hooks.hooks"
2929

3030
[build-system]
3131
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)