Skip to content

Commit

Permalink
Add Hatch wheel build target to pyproject.toml (#50)
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 342a1d6 commit b899b74
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 @@ -69,5 +69,8 @@ branch = true
source = [ "moad_tools", "tests"]


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

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

0 comments on commit b899b74

Please sign in to comment.