aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py/BUILD')
-rw-r--r--examples/py/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/py/BUILD b/examples/py/BUILD
index 39ef8c0452..314bc16ef5 100644
--- a/examples/py/BUILD
+++ b/examples/py/BUILD
@@ -8,6 +8,7 @@ py_library(
py_binary(
name = "bin",
srcs = ["bin.py"],
+ legacy_create_init = False,
deps = [":lib"],
)