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 77d8515 commit f9c34b4
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 @@ -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
#
Expand Down

0 comments on commit f9c34b4

Please sign in to comment.