Skip to content

Commit 6f83a43

Browse files
committed
Update headers path in package data
1 parent c5b7494 commit 6f83a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ def _get_cmdclass():
190190
"tensor/libtensor/include/kernels/*.h*",
191191
"tensor/libtensor/include/utils/*.h*",
192192
"tensor/include/dlpack/*.*",
193-
"_sycl*.h",
194-
"memory/_memory*.h",
195-
"program/_program*.h",
196-
"tensor/_usmarray*.h",
193+
"include/dpctl/_sycl*.h",
194+
"include/dpctl/memory/_memory*.h",
195+
"include/dpctl/program/_program*.h",
196+
"include/dpctl/tensor/_usmarray*.h",
197197
"*.pxd",
198198
"memory/*.pxd",
199199
"tensor/*.pxd",

0 commit comments

Comments
 (0)