Skip to content

Commit

Permalink
Add package location to work with hatchling 1.19.0 (#761)
Browse files Browse the repository at this point in the history
Fixes issue described in #760 where Cosmos tests are failing from a
recent `hatchling` update that now requires package path to be specified
if it can't be inferred from the package's name.

Closes #760
  • Loading branch information
jbandoro authored Dec 12, 2023
1 parent 7b3e8ab commit e4278c6
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 @@ -138,6 +138,9 @@ include = [
"/cosmos",
]

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

######################################
# TESTING
######################################
Expand Down

0 comments on commit e4278c6

Please sign in to comment.