Skip to content

Commit b88f3ad

Browse files
release version 0.0.5
1 parent 4cf635d commit b88f3ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ before-all = [
2828
"chmod +x scripts/build-env/manylinux.sh",
2929
"scripts/build-env/manylinux.sh"
3030
]
31+
repair-wheel-command = [
32+
"auditwheel repair -w {dest_dir} {wheel} -L {package}/tensor-array-repo/Tensor-Array/lib/",
33+
]
3134

3235
[tool.cibuildwheel.linux.environment]
3336
cuda = "12.9"

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def main():
5353
"tensor_array": 'src/tensor_array',
5454
},
5555
include_package_data=True,
56-
package_data = {
57-
"": ["tensor-array-repo/Tensor-Array/lib/*.so"],
58-
},
5956
data_files= [
6057
("tensor-array-repo/Tensor-Array/include", glob.glob(os.path.join("cpp", "include", "*.hh"))),
6158
("tensor-array-repo/Tensor-Array/lib", glob.glob(os.path.join("cpp", "lib", "*.so"))),

0 commit comments

Comments
 (0)