Commit aeeb99f
authored
Fix package discovery in pyproject.toml (#422)
Currently the published wheel includes the following packages:
* continuous_integration
* dask_image
* dask_image-2025.11.0.dist.info
* docs
This commit fixes the setuptools configuration for automatic
package discovery to install only "dask_image" and sub-packages.1 parent bbd8f5f commit aeeb99f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments