Skip to content

Commit

Permalink
Add keywords to dynamic fields in pyproject (#1282)
Browse files Browse the repository at this point in the history
It's listed as 'dynamic' in line 27, so adding in line 33 to indicate it
should come from the package.json.
  • Loading branch information
billti authored Mar 20, 2024
1 parent 05ba7e4 commit 60af2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["description", "authors", "urls", "keywords"]
source = "nodejs"

[tool.hatch.metadata.hooks.nodejs]
fields = ["description", "authors", "urls"]
fields = ["description", "authors", "urls", "keywords"]

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

0 comments on commit 60af2bc

Please sign in to comment.