diff --git a/projects/hatch_polylith_bricks/pyproject.toml b/projects/hatch_polylith_bricks/pyproject.toml index 677e3cf8..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/" @@ -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"]