Skip to content

Commit 3b8b2e8

Browse files
Clean up setuptools-specific configuration
* include-package-data is True by default * zip-safe is obsolete, only relevant for pkg_resources, easy_install and setup.py install in the context of eggs (deprecated)
1 parent b7ba831 commit 3b8b2e8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ cupy = "dask.array.cupy_entry_point:CupyBackendEntrypoint"
8787
[project.scripts]
8888
dask = "dask.__main__:main"
8989

90-
[tool.setuptools]
91-
include-package-data = true
92-
zip-safe = false
93-
9490
[tool.setuptools.packages]
9591
find = {namespaces = false}
9692

0 commit comments

Comments
 (0)