We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d8515 commit f9c34b4Copy full SHA for f9c34b4
pyproject.toml
@@ -59,6 +59,8 @@ Issues = "https://github.com/jupyterhub/kubespawner/issues"
59
artifacts = [
60
"kubespawner/templates/*"
61
]
62
+# include is required since the project name doesn't match the folder name
63
+include = ["kubespawner"]
64
65
# black is used for autoformatting Python code
66
#
0 commit comments