aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/concurrent/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/concurrent/BUILD')
-rw-r--r--third_party/py/concurrent/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/py/concurrent/BUILD b/third_party/py/concurrent/BUILD
new file mode 100644
index 0000000000..5a9d3cff9f
--- /dev/null
+++ b/third_party/py/concurrent/BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"])
+
+py_library(
+ name = "futures",
+ srcs = glob(["**/*.py"]),
+ visibility = ["//visibility:public"],
+)