Skip to content

Commit

Permalink
Merge pull request #230 from vzhurba01/package-data-fix
Browse files Browse the repository at this point in the history
Fix discovery for trampoline files
  • Loading branch information
vzhurba01 authored Nov 9, 2024
2 parents 72acaaf + 240fbb7 commit a855762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuda_bindings/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include cuda/ *.pyx *.pxd
# at least with setuptools 75.0.0 this folder was added erroneously
# to the payload, causing file copying to the build environment failed
exclude cuda/bindings
exclude cuda/bindings cuda?bindings
2 changes: 1 addition & 1 deletion cuda_bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a855762

Please sign in to comment.