From 008d929e8e94cf092c7bd49aad697051e8085cd9 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sat, 19 Apr 2025 15:06:50 +0200 Subject: [PATCH] Remove redundant build dependency on wheel --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a39b684..53f3f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ requires = [ # First version of setuptools to support pyproject.toml configuration "setuptools>=61.0.0", - "wheel", # Must be kept in sync with `project.dependencies` "cffi>=1.0.0", "pkgconfig>=1.5",