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"