github.com/alwaysproblem/mlserving-tutorial@v0.0.0-20221124033215-121cfddbfbf4/TFserving/CustomOp/custom-op/BUILD (about) 1 sh_binary( 2 name = "build_pip_pkg", 3 srcs = ["build_pip_pkg.sh"], 4 data = [ 5 "LICENSE", 6 "MANIFEST.in", 7 "setup.py", 8 "//add_index:add_index_py", 9 # "//tensorflow_zero_out:zero_out_py" 10 ], 11 )