Skip to content

Commit 1af2e22

Browse files
fallintoplacemdboomleofang
authored
Include cuda.core C++ headers in packages (#2236)
Co-authored-by: Michael Droettboom <mdboom@gmail.com> Co-authored-by: Leo Fang <leof@nvidia.com>
1 parent e83d434 commit 1af2e22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cuda_core/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
recursive-include cuda/core *.pyx *.pxd *.pxi *.pyi
6-
recursive-include cuda/core/_cpp *.cpp *.hpp
6+
recursive-include cuda/core/_cpp *.cpp *.h *.hpp
77
recursive-include cuda/core/_include *.h *.hpp
88
include cuda/core/py.typed
99
include NOTICE

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ include-package-data = false
109109
[tool.setuptools.package-data]
110110
"*" = ["*.pxd", "*.pyi", "py.typed"]
111111
"cuda.core._include" = ["*.h", "*.hpp"]
112-
"cuda.core._cpp" = ["*.hpp"]
112+
"cuda.core._cpp" = ["*.h", "*.hpp"]
113113

114114
[tool.setuptools.dynamic]
115115
readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" }

0 commit comments

Comments
 (0)