There was an error while loading. Please reload this page.
2 parents ccaf45f + 0db11ad commit 6c84269Copy full SHA for 6c84269
cuda_bindings/MANIFEST.in
@@ -1,4 +1,4 @@
1
recursive-include cuda/ *.pyx *.pxd
2
# at least with setuptools 75.0.0 this folder was added erroneously
3
# to the payload, causing file copying to the build environment failed
4
-exclude cuda/bindings
+exclude cuda/bindings cuda?bindings
cuda_bindings/pyproject.toml
@@ -37,7 +37,7 @@ Repository = "https://github.com/NVIDIA/cuda-python"
37
Documentation = "https://nvidia.github.io/cuda-python/"
38
39
[tool.setuptools.packages.find]
40
-include = ["cuda.bindings*"]
+include = ["cuda*"]
41
42
[tool.versioneer]
43
VCS = "git"
0 commit comments