Skip to content

Commit 8fe19a1

Browse files
committed
Distribute all headers from include
1 parent f7d1fd7 commit 8fe19a1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

setup.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,7 @@ def _get_cmdclass():
183183
"tests/*.pyx",
184184
"tests/input_files/*",
185185
"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",
186+
"include/**/*.h*",
197187
"*.pxd",
198188
"memory/*.pxd",
199189
"tensor/*.pxd",

0 commit comments

Comments
 (0)