Skip to content

Commit b265b86

Browse files
committed
WIP
1 parent 0cdb12d commit b265b86

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,11 @@ def _get_cmdclass():
184184
"tests/input_files/*",
185185
"resources/cmake/*.cmake",
186186
"include/**/*.h*",
187-
"tensor/**/*.h",
188-
"tensor/**/*.hpp",
187+
# "tensor/**/*.h",
188+
# "tensor/**/*.hpp",
189+
"tensor/libtensor/include/kernels/*.h*",
190+
"tensor/libtensor/include/utils/*.h*",
191+
"tensor/include/dlpack/*.*",
189192
"*.pxd",
190193
"memory/*.pxd",
191194
"tensor/*.pxd",

0 commit comments

Comments
 (0)