aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py')
-rw-r--r--examples/py/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/py/BUILD b/examples/py/BUILD
index 6eecd4a4f3..3963387ee7 100644
--- a/examples/py/BUILD
+++ b/examples/py/BUILD
@@ -12,3 +12,8 @@ py_binary(
srcs = ["bin.py"],
deps = [":lib"],
)
+
+filegroup(
+ name = "srcs",
+ srcs = ["BUILD"] + glob(["**/*.py"]),
+)