There was an error while loading. Please reload this page.
1 parent cd927ae commit a0596acCopy full SHA for a0596ac
1 file changed
projects/hatch_polylith_bricks/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hatch-polylith-bricks"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "Hatch build hook plugin for Polylith"
5
authors = ['David Vujic']
6
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -25,7 +25,7 @@ python = "^3.9"
25
hatchling = "^1.21.0"
26
27
[tool.poetry.plugins.hatch]
28
-polylith-bricks = "polylith.hatch_hooks.hooks"
+polylith-bricks = "hatch_polylith_bricks.polylith.hatch_hooks.hooks"
29
30
[build-system]
31
requires = ["poetry-core>=1.0.0"]
0 commit comments