File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ build-backend = "hatchling.build"
53
53
54
54
[tool .hatch .build .hooks .polylith-bricks ]
55
55
# this section is needed to enable the hook in the build process, even if empty.
56
+
57
+ # This section is needed for building
58
+ [tool .hatch .build .targets .wheel ]
59
+ packages = [" <the polylith top namespace here>" ]
56
60
```
57
61
58
62
Polylith bricks are added in the ` [tool.polylith.bricks] ` section:
@@ -128,6 +132,10 @@ build-backend = "hatchling.build"
128
132
129
133
[tool .hatch .build .hooks .polylith-bricks ]
130
134
# this section is needed to enable the hook in the build process, even if empty.
135
+
136
+ # This section is needed for building
137
+ [tool .hatch .build .targets .wheel ]
138
+ packages = [" <the polylith top namespace here>" ]
131
139
```
132
140
133
141
Polylith bricks are added in the ` [tool.polylith.bricks] ` section:
@@ -178,6 +186,10 @@ build-backend = "hatchling.build"
178
186
179
187
[tool .hatch .build .hooks .polylith-bricks ]
180
188
# this section is needed to enable the hook in the build process, even if empty.
189
+
190
+ # This section is needed for building
191
+ [tool .hatch .build .targets .wheel ]
192
+ packages = [" <the polylith top namespace here>" ]
181
193
```
182
194
183
195
Polylith bricks are added in the ` [tool.polylith.bricks] ` section:
You can’t perform that action at this time.
0 commit comments