Skip to content

Commit

Permalink
Add Hatch wheel build target to pyproject.toml (#74)
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 authored Dec 21, 2023
1 parent be5425d commit aa45002
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 @@ source = [ "nemo_cmd", "tests"]
show_missing = true


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

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

0 comments on commit aa45002

Please sign in to comment.