From 5731073b59c56e4d7bfc81b153153d4665f76bf5 Mon Sep 17 00:00:00 2001
From: Shanqing Cai <cais@google.com>
Date: Tue, 22 Jan 2019 09:44:23 -0800
Subject: [PATCH] Eager SPINN example: Replace py_binary with py_library

PiperOrigin-RevId: 230356890
---
 third_party/examples/eager/spinn/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",