From 6401393369dae6d7dd87a87e042a2fbe36f4cb76 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:56:42 -0500 Subject: [PATCH] Remove tests from wheels (fixes #1478) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d861cc24f..0519b3163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ test = [ ] [tool.setuptools] +packages = ["bitsandbytes"] package-data = { "*" = ["libbitsandbytes*.*"] } [tool.setuptools.dynamic]