Skip to content

Commit

Permalink
fix hatch build
Browse files Browse the repository at this point in the history
  • Loading branch information
palp committed Dec 11, 2023
1 parent 694c9f4 commit e3feafb
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 @@ -36,6 +36,9 @@ Source = "https://github.com/Stability-AI/api-interfaces"
[tool.hatch.version]
path = "src/stability_api/__about__.py"

[tool.hatch.build.targets.wheel]
include = ["src/stability_api"]

[tool.hatch.build.targets.wheel.force-include]
"src/stability_api" = "stability_api"

Expand Down

0 comments on commit e3feafb

Please sign in to comment.