blob: ec8614c357a9ff664912fc2a5397afd4ee4362cb [file] [log] [blame]
# Needed for #9006. Consider replacing label with @rules_python as per #9029 if
# merging from upstream becomes an issue.
load("//tools/python:private/defs.bzl", "py_library")
licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//visibility:public"],
)
py_library(
name = "futures",
srcs = glob(["**/*.py"]),
visibility = ["//visibility:public"],
)