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:
@@ -55,7 +55,6 @@ psutil = ["psutil>=3.0"]
|
|||||||
setproctitle = ["setproctitle"]
|
setproctitle = ["setproctitle"]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
zip-safe = false
|
|
||||||
include-package-data = false
|
include-package-data = false
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
|||||||
Reference in New Issue
Block a user