Skip to content

Commit e5782c7

Browse files
meringapbose
authored andcommitted
Remove Bazel files from wheel
Once the wheel is built, the Bazel files are no longer needed. Fixes #3477
1 parent 21cfb78 commit e5782c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,6 @@ def run(self):
612612
package_data.update(
613613
{
614614
"torch_tensorrt": [
615-
"BUILD",
616-
"WORKSPACE",
617615
"include/torch_tensorrt/*.h",
618616
"include/torch_tensorrt/core/*.h",
619617
"include/torch_tensorrt/core/conversion/*.h",
@@ -643,8 +641,6 @@ def run(self):
643641
package_data.update(
644642
{
645643
"torch_tensorrt": [
646-
"BUILD",
647-
"WORKSPACE",
648644
"include/torch_tensorrt/*.h",
649645
"include/torch_tensorrt/core/*.h",
650646
"include/torch_tensorrt/core/runtime/*.h",

0 commit comments

Comments
 (0)