From e37c681f03efa117dbfbc09b2f9b2f0008ad9884 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 16 May 2022 06:00:11 -0500 Subject: [PATCH] fix inclusion --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ce312576d0..30da9d4446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,9 @@ test = [ [project.scripts] jupyter-server = "jupyter_server.serverapp:main" +[tool.hatch.build] +artifacts = ["jupyter_server/static/style/*.*"] + [tool.black] line_length = 100