From 128aea96673000d685f303668af034e1410f1263 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Fri, 8 Nov 2024 01:53:49 +0000 Subject: [PATCH] Include cuda pyx/pyd files in wheel --- cuda_bindings/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 4a405c3242..63c09db5c0 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -37,7 +37,7 @@ Repository = "https://github.com/NVIDIA/cuda-python" Documentation = "https://nvidia.github.io/cuda-python/" [tool.setuptools.packages.find] -include = ["cuda.bindings*"] +include = ["cuda*"] [tool.versioneer] VCS = "git"