Skip to content

Commit e25e6a5

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 c7d9c55 commit e25e6a5

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
@@ -59,10 +59,6 @@ dask-ssh = "distributed.cli.dask_ssh:main"
5959
dask-scheduler = "distributed.cli.dask_scheduler:main"
6060
dask-worker = "distributed.cli.dask_worker:main"
6161

62-
[tool.setuptools]
63-
include-package-data = true
64-
zip-safe = false
65-
6662
[tool.setuptools.packages.find]
6763
exclude = ["*tests*"]
6864
namespaces = false

0 commit comments

Comments
 (0)