aboutsummaryrefslogtreecommitdiffhomepage
path: root/six.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'six.BUILD')
-rw-r--r--six.BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/six.BUILD b/six.BUILD
new file mode 100644
index 00000000..a259232d
--- /dev/null
+++ b/six.BUILD
@@ -0,0 +1,5 @@
+py_library(
+ name = "six",
+ srcs = ["six-1.10.0/six.py"],
+ visibility = ["//visibility:public"],
+)