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 a9f406b commit 316f1bbCopy full SHA for 316f1bb
docs/configuration/dynamic.md
@@ -126,8 +126,9 @@ You can access other metadata fields and produce templated outputs.
126
provider = "scikit_build_core.metadata.template"
127
result = {"dev" = ["{project['name']}=={project['version']}"]}
128
```
129
- You can use `project` to access the current metadata values. You can reference
130
-other dynamic metadata fields, and they will be computed before this one. You
+
+You can use `project` to access the current metadata values. You can reference
131
+other dynamic metadata fields, and they will be computed before this one. You
132
can use `result` to specify the output. The result must match the type of the
133
metadata field you are writing to.
134
0 commit comments