Skip to content

Commit

Permalink
fix files inclusion in sdist and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancrneto committed Jan 27, 2024
1 parent a311495 commit 25eb1a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,13 @@ distance-dirty = "{next_version}-dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"
[tool.versioningit.write]
file = "mox/__version__.py"

[tool.hatch.build.targets.sdist]
packages = ["mox"]
include = ["mox/**"]

[tool.hatch.build.targets.wheel]
packages = ["mox", "mox/testing"]
packages = ["mox"]
include = ["mox/**"]

[tool.pytest.ini_options]
addopts = [
Expand Down

0 comments on commit 25eb1a3

Please sign in to comment.