aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/BUILD')
-rw-r--r--third_party/py/gflags/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/py/gflags/BUILD b/third_party/py/gflags/BUILD
new file mode 100644
index 0000000000..6e475abaea
--- /dev/null
+++ b/third_party/py/gflags/BUILD
@@ -0,0 +1,10 @@
+licenses(["notice"])
+
+py_library(
+ name = "gflags",
+ srcs = [
+ "__init__.py",
+ "gflags_validators.py",
+ ],
+ visibility = ["//visibility:public"],
+)