pyproject: remove setuptools `platforms` key

According to
https://packaging.python.org/en/latest/specifications/core-metadata/#platform-multiple-use
this is redundant with the classifiers.
This commit is contained in:
Ran Benita 2024-04-28 22:51:26 +03:00
parent d204fdf965
commit a9a3d13a29
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ setproctitle = ["setproctitle"]
[tool.setuptools]
zip-safe = false
platforms = [
"linux",
"osx",
"win32",
]
include-package-data = false
[tool.setuptools_scm]