From a9a3d13a29c37489845586ee4ec25204e376b203 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 28 Apr 2024 22:51:26 +0300 Subject: [PATCH] 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. --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4dee33b..89c52dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,11 +56,6 @@ setproctitle = ["setproctitle"] [tool.setuptools] zip-safe = false -platforms = [ - "linux", - "osx", - "win32", -] include-package-data = false [tool.setuptools_scm]