Skip to content

Commit

Permalink
Merge pull request #832 from willh-cmyk/bug/hatch-wheel-build
Browse files Browse the repository at this point in the history
specify wheel build target for hatch explicitly
  • Loading branch information
consideRatio authored Apr 24, 2024
2 parents becea53 + 7c4c9a6 commit 127647c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ artifacts = [
# include is required since the project name doesn't match the folder name
include = ["kubespawner"]

[tool.hatch.build.targets.wheel]
# packages is required when building wheels since the project name doesn't match
# the folder name.
packages = ["kubespawner"]

# black is used for autoformatting Python code
#
# ref: https://black.readthedocs.io/en/stable/
Expand Down

0 comments on commit 127647c

Please sign in to comment.