We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e46893 commit 709b92dCopy full SHA for 709b92d
docs/setup.md
@@ -193,7 +193,14 @@ __Choose the name wisely.__ Have a look in [PEP-423](https://peps.python.org/pep
193
`--theme` the structure of the workspace, `loose` is the recommended structure for Python.
194
195
#### Edit the configuration
196
-The default build backend for uv is Hatch.
+Make sure that the build backend for uv is set to Hatch.
197
+
198
+``` toml
199
+[build-system]
200
+requires = ["hatchling"]
201
+build-backend = "hatchling.build"
202
+```
203
204
Make uv (and Hatch) aware of the way Polylith organizes source code:
205
``` toml
206
[tool.hatch.build]
0 commit comments