From d2177197ef4c1368a4b603a0111760aff8ba0a47 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Sun, 21 Jan 2024 13:02:26 +0100 Subject: [PATCH 1/2] fix(hatch): typo in entry point, missing the custom top namespace --- projects/hatch_polylith_bricks/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hatch_polylith_bricks/pyproject.toml b/projects/hatch_polylith_bricks/pyproject.toml index 677e3cf8..a8ebd041 100644 --- a/projects/hatch_polylith_bricks/pyproject.toml +++ b/projects/hatch_polylith_bricks/pyproject.toml @@ -25,7 +25,7 @@ python = "^3.9" hatchling = "^1.21.0" [tool.poetry.plugins.hatch] -polylith-bricks = "polylith.hatch_hooks.hooks" +polylith-bricks = "hatch_polylith_bricks.polylith.hatch_hooks.hooks" [build-system] requires = ["poetry-core>=1.0.0"] From 51669d15459e7d09f0b6bcc6f4495df42d4a09f9 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Sun, 21 Jan 2024 13:02:47 +0100 Subject: [PATCH 2/2] bump hatch build hook to 0.0.2 --- projects/hatch_polylith_bricks/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hatch_polylith_bricks/pyproject.toml b/projects/hatch_polylith_bricks/pyproject.toml index a8ebd041..948e0fe2 100644 --- a/projects/hatch_polylith_bricks/pyproject.toml +++ b/projects/hatch_polylith_bricks/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hatch-polylith-bricks" -version = "0.0.1" +version = "0.0.2" description = "Hatch build hook plugin for Polylith" authors = ['David Vujic'] homepage = "https://davidvujic.github.io/python-polylith-docs/"