Skip to content

Commit 6c84269

Browse files
authored
Merge pull request #231 from vzhurba01/package-data-fix-11.8.x
Fix discovery for trampoline files
2 parents ccaf45f + 0db11ad commit 6c84269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎cuda_bindings/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
recursive-include cuda/ *.pyx *.pxd
22
# at least with setuptools 75.0.0 this folder was added erroneously
33
# to the payload, causing file copying to the build environment failed
4-
exclude cuda/bindings
4+
exclude cuda/bindings cuda?bindings

‎cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Repository = "https://github.com/NVIDIA/cuda-python"
3737
Documentation = "https://nvidia.github.io/cuda-python/"
3838

3939
[tool.setuptools.packages.find]
40-
include = ["cuda.bindings*"]
40+
include = ["cuda*"]
4141

4242
[tool.versioneer]
4343
VCS = "git"

0 commit comments

Comments
 (0)