Skip to content

Commit

Permalink
Merge pull request #151 from dask-contrib/sizeof
Browse files Browse the repository at this point in the history
[fix]Solve circular import
  • Loading branch information
martindurant authored Sep 19, 2024
2 parents dac8095 + 830b94b commit d90219d
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -65,14 +65,19 @@ test = [
"hist",
"pytest",
]
[tool.hatch.build.targets.sdist.force-include]
"../src/dask_histogram_sizeof" = "src/dask_histogram_sizeof"

[tool.hatch.build.targets.wheel]
packages = ["src/dask_histogram", "src/dask_histogram_sizeof"]

[project.urls]
Homepage = "https://github.com/dask-contrib/dask-histogram"
Documentation = "https://dask-histogram.readthedocs.io/"
"Bug Tracker" = "https://github.com/dask-contrib/dask-histogram/issues"

[project.entry-points."dask.sizeof"]
dask_histogram = "dask_histogram.sizeof:register"
dask_histogram = "dask_histogram_sizeof:register"

[tool.hatch.version]
source = "vcs"
Expand Down
File renamed without changes.

0 comments on commit d90219d

Please sign in to comment.