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