Skip to content

Commit

Permalink
Merge pull request #546 from martindurant/sizeof
Browse files Browse the repository at this point in the history
[fix] Solve circular imports
  • Loading branch information
martindurant authored Sep 19, 2024
2 parents dba2d37 + 3ea661f commit 6041678
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ test = [
]

[project.entry-points."dask.sizeof"]
awkward = "dask_awkward.sizeof:register"
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
File renamed without changes.

0 comments on commit 6041678

Please sign in to comment.