We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c83435 commit 0cdb12dCopy full SHA for 0cdb12d
setup.py
@@ -183,17 +183,9 @@ def _get_cmdclass():
183
"tests/*.pyx",
184
"tests/input_files/*",
185
"resources/cmake/*.cmake",
186
- "include/*.h*",
187
- "include/syclinterface/*.h*",
188
- "include/syclinterface/Config/*.h",
189
- "include/syclinterface/Support/*.h",
190
- "tensor/libtensor/include/kernels/*.h*",
191
- "tensor/libtensor/include/utils/*.h*",
192
- "tensor/include/dlpack/*.*",
193
- "_sycl*.h",
194
- "memory/_memory*.h",
195
- "program/_program*.h",
196
- "tensor/_usmarray*.h",
+ "include/**/*.h*",
+ "tensor/**/*.h",
+ "tensor/**/*.hpp",
197
"*.pxd",
198
"memory/*.pxd",
199
"tensor/*.pxd",
0 commit comments