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