Skip to content

Commit

Permalink
Fix build with hatch by specifying folder name explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 4, 2024
1 parent 9805e6d commit f67a5d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit f67a5d5

Please sign in to comment.