pyproject: remove setuptools `zip-safe` key
According to https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration it's no longer relevant.
This commit is contained in:
parent
a9a3d13a29
commit
6d54a6b2e3
|
@ -55,7 +55,6 @@ psutil = ["psutil>=3.0"]
|
|||
setproctitle = ["setproctitle"]
|
||||
|
||||
[tool.setuptools]
|
||||
zip-safe = false
|
||||
include-package-data = false
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
Loading…
Reference in New Issue