Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Sep 17, 2024
1 parent 8f5b9d1 commit 99dee0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ test = [
[project.entry-points."dask.sizeof"]
awkward = "dask_awkward_sizeof:register"

[tool.hatch.build.targets.sdist.force-include]
"../src/dask_awkward_sizeof" = "src/dask_awkward_sizeof"

[tool.hatch.build.targets.wheel]
packages = ["src/dask_awkward", "src/dask_awkward_sizeof"]

[project.entry-points."awkward.pickle.reduce"]
dask_awkward = "dask_awkward.pickle:plugin"

Expand Down

0 comments on commit 99dee0e

Please sign in to comment.