Skip to content

Commit

Permalink
Add Hatch wheel build target to pyproject.toml
Browse files Browse the repository at this point in the history
Hatchling 1.19.0 changed the package identification heuristics such that an
explicit declaration of the code directory tree to build the wheel for
installation from is now required.
  • Loading branch information
douglatornell committed Dec 21, 2023
1 parent c4d53f9 commit 8e05d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ source = [ "salishsea_cmd", "tests"]
show_missing = true


[tool.hatch.build.targets.wheel]
packages = ["salishsea_cmd"]

[tool.hatch.version]
path = "salishsea_cmd/__about__.py"

0 comments on commit 8e05d1f

Please sign in to comment.