Skip to content

Commit

Permalink
Add Hatch wheel build target to pyproject.toml (#56)
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 f602759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
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 f602759

Please sign in to comment.