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:
parent
d204fdf965
commit
a9a3d13a29
|
@ -56,11 +56,6 @@ setproctitle = ["setproctitle"]
|
|||
|
||||
[tool.setuptools]
|
||||
zip-safe = false
|
||||
platforms = [
|
||||
"linux",
|
||||
"osx",
|
||||
"win32",
|
||||
]
|
||||
include-package-data = false
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
Loading…
Reference in New Issue