From c8913571278eae885c28537560d847b419f0efc2 Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Sat, 7 Oct 2023 20:25:24 -0300 Subject: [PATCH] wip --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..a067e36d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.cibuildwheel.linux] +repair-wheel-command = "auditwheel repair -w --exclude attach_linux_x86.so --exclude attach_linux_amd64.so {dest_dir} {wheel}" \ No newline at end of file