Skip to content

Commit 0cdb12d

Browse files
committed
Distribute all headers from include
1 parent 6c83435 commit 0cdb12d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

setup.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,9 @@ 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*",
187+
"tensor/**/*.h",
188+
"tensor/**/*.hpp",
197189
"*.pxd",
198190
"memory/*.pxd",
199191
"tensor/*.pxd",

0 commit comments

Comments
 (0)