Skip to content

Commit 60af2bc

Browse files
authored
Add keywords to dynamic fields in pyproject (#1282)
It's listed as 'dynamic' in line 27, so adding in line 33 to indicate it should come from the package.json.
1 parent 05ba7e4 commit 60af2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["description", "authors", "urls", "keywords"]
3030
source = "nodejs"
3131

3232
[tool.hatch.metadata.hooks.nodejs]
33-
fields = ["description", "authors", "urls"]
33+
fields = ["description", "authors", "urls", "keywords"]
3434

3535
[tool.hatch.build.targets.sdist]
3636
artifacts = ["qsharp-jupyterlab/labextension"]

0 commit comments

Comments
 (0)