diff --git a/third_party/examples/eager/spinn/BUILD b/third_party/examples/eager/spinn/BUILD index 0e39d4696fb..640bcb230c8 100644 --- a/third_party/examples/eager/spinn/BUILD +++ b/third_party/examples/eager/spinn/BUILD @@ -1,6 +1,6 @@ licenses(["notice"]) # 3-clause BSD. -py_binary( +py_library( name = "spinn", srcs = ["spinn.py"], srcs_version = "PY2AND3",