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:
Ran Benita
2024-04-28 22:52:30 +03:00
parent a9a3d13a29
commit 6d54a6b2e3

View File

@@ -55,7 +55,6 @@ psutil = ["psutil>=3.0"]
setproctitle = ["setproctitle"]
[tool.setuptools]
zip-safe = false
include-package-data = false
[tool.setuptools_scm]