Skip to content

Commit

Permalink
Make sure templates are included in wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 28, 2023
1 parent 4e9e01d commit 63dc6cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ Documentation = "https://jupyterhub-kubespawner.readthedocs.io"
Source = "https://github.com/jupyterhub/kubespawner"
Issues = "https://github.com/jupyterhub/kubespawner/issues"

# Explicitly include our profile_list templates, as hatch doesn't
# respect MANIFEST.in.
# Documentation: https://hatch.pypa.io/latest/config/build/#artifacts
[tool.hatch.build]
artifacts = [
"kubespawner/templates/*"
]

# black is used for autoformatting Python code
#
Expand Down

0 comments on commit 63dc6cc

Please sign in to comment.