diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index fdad223..0f4c3cb 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -40,7 +40,7 @@ test = [ source = "nodejs" [tool.hatch.metadata.hooks.nodejs] -fields = ["description", "authors", "urls"] +fields = ["description", "authors", "urls", "keywords"] [tool.hatch.build.targets.sdist] artifacts = ["{{ python_name }}/labextension"]