Skip to content

Commit

Permalink
Add tool.hatch.build.targets.sdist and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 22, 2024
1 parent 68dd536 commit b38743b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
### ⚙️ Engineering

* Updated management of dev dependencies.
* Add sections `tool.hatch.build.targets.sdist` and `tool.hatch.build.wheel` to `pyproject.toml`.


## 0.5.0 - December 21, 2024
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ build-backend = "hatchling.build"

[tool.hatch.build.targets.sdist]
only-include = ["src/lvmopstools"]

[tool.hatch.build.targets.wheel]
packages = ["src/lvmopstools"]

0 comments on commit b38743b

Please sign in to comment.