File tree Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -176,9 +176,31 @@ def _get_cmdclass():
176
176
"dpctl.utils" ,
177
177
],
178
178
package_data = {
179
- "dpctl" : ["tests/*.*" , "tests/helper/*.py" , "tests/elementwise/*.py" ]
179
+ "dpctl" : [
180
+ "tests/*.*" ,
181
+ "tests/helper/*.py" ,
182
+ "tests/elementwise/*.py" ,
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" ,
197
+ "*.pxd" ,
198
+ "memory/*.pxd" ,
199
+ "tensor/*.pxd" ,
200
+ "program/*.pxd" ,
201
+ ]
180
202
},
181
- include_package_data = True ,
203
+ include_package_data = False ,
182
204
zip_safe = False ,
183
205
setup_requires = ["Cython" ],
184
206
install_requires = [
You can’t perform that action at this time.
0 commit comments