-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
We currently suggest to use hatch with a uv backend.
However, uv is already a quite powerful project management tool by itself.
The only piece that seems to be missing is a definition of development commands, such as
[tool.hatch.envs.docs]
features = [ "doc" ]
scripts.build = "sphinx-build -M html docs docs/_build {args}"
But there's an active discussion to support that as well: astral-sh/uv#5903.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels