From f9c34b4ba9c242e463dd3e8e13d334dfa5477e6d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 4 Jan 2024 13:11:17 +0100 Subject: [PATCH] Fix build with hatch by specifying folder name explicitly --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 93f11603..4c7bc717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,8 @@ Issues = "https://github.com/jupyterhub/kubespawner/issues" artifacts = [ "kubespawner/templates/*" ] +# include is required since the project name doesn't match the folder name +include = ["kubespawner"] # black is used for autoformatting Python code #