From b6293e17125a5eb684265dc7d050065f201fb251 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 14 May 2026 11:21:39 -0700 Subject: [PATCH] docs: include delvewheel in legal note (#2853) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e86139d3..7a212d77 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Here are some repos that use cibuildwheel. Legal note ---------- -Since `cibuildwheel` repairs the wheel with `delocate` or `auditwheel`, it might automatically bundle dynamically linked libraries from the build machine. +Since `cibuildwheel` repairs the wheel with `delocate`, `auditwheel`, or `delvewheel`, it might automatically bundle dynamically linked libraries from the build machine. It helps ensure that the library can run without any dependencies outside of the pip toolchain.