tisonkun commented on code in PR #60:
URL: https://github.com/apache/steve/pull/60#discussion_r2492658043
##########
v3/pyproject.toml:
##########
@@ -33,5 +33,15 @@ lint = [
"types-aiofiles>=24.1.0,<25",
]
+
+[build-system]
+requires = ["uv_build"]
+build-backend = "uv_build"
+
[tool.uv]
default-groups = "all"
+
+# see https://docs.astral.sh/uv/reference/settings/#build-backend_module-name
+[tool.uv.build-backend]
+module-root = ""
+module-name = "steve"
Review Comment:
`module-root = ""` to allow a flat layout. The default `uv` setup requires a
`src` layout while we won't follow that at least for now.
Ref -
* https://docs.astral.sh/uv/reference/settings/#build-backend_module-root
* https://docs.astral.sh/uv/concepts/build-backend/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]