github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/py/BUILD.bazel (about)

     1  filegroup(
     2      name = "all_files",
     3      testonly = True,
     4      srcs = [
     5          "BUILD.bazel",
     6          "grpc_py_library.bzl",
     7          "proto_py_library.bzl",
     8      ],
     9      visibility = ["//rules:__pkg__"],
    10  )