aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/concurrent/BUILD
blob: 913d4167e679e8273c092f8bff5ae265b5ed7371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
licenses(["notice"])

filegroup(
    name = "srcs",
    srcs = glob(["**"]),
    visibility = ["//third_party:__pkg__"],
)

py_library(
    name = "futures",
    srcs = glob(["**/*.py"]),
    visibility = ["//visibility:public"],
)