diff --git a/pyproject.toml b/pyproject.toml index deb6d568..91294860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,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 #