Eager SPINN example: Replace py_binary with py_library

PiperOrigin-RevId: 230356890
This commit is contained in:
Shanqing Cai 2019-01-22 09:44:23 -08:00 committed by TensorFlower Gardener
parent 5d99fe9b65
commit 5731073b59

View File

@ -1,6 +1,6 @@
licenses(["notice"]) # 3-clause BSD.
py_binary(
py_library(
name = "spinn",
srcs = ["spinn.py"],
srcs_version = "PY2AND3",