From 60af2bc22ecd6f8fc2f23b9bb47f5e4793f006d8 Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Wed, 20 Mar 2024 10:44:56 -0700 Subject: [PATCH] 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. --- jupyterlab/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/pyproject.toml b/jupyterlab/pyproject.toml index a832d40262..63de63d548 100644 --- a/jupyterlab/pyproject.toml +++ b/jupyterlab/pyproject.toml @@ -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"]