Skip to content

Commit a9a3d13

Browse files
committed
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.
1 parent d204fdf commit a9a3d13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ setproctitle = ["setproctitle"]
5656

5757
[tool.setuptools]
5858
zip-safe = false
59-
platforms = [
60-
"linux",
61-
"osx",
62-
"win32",
63-
]
6459
include-package-data = false
6560

6661
[tool.setuptools_scm]

0 commit comments

Comments
 (0)