Skip to content

Commit f9c34b4

Browse files
committed
Fix build with hatch by specifying folder name explicitly
1 parent 77d8515 commit f9c34b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Issues = "https://github.com/jupyterhub/kubespawner/issues"
5959
artifacts = [
6060
"kubespawner/templates/*"
6161
]
62+
# include is required since the project name doesn't match the folder name
63+
include = ["kubespawner"]
6264

6365
# black is used for autoformatting Python code
6466
#

0 commit comments

Comments
 (0)