summaryrefslogtreecommitdiff
path: root/six.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'six.BUILD')
-rw-r--r--six.BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/six.BUILD b/six.BUILD
deleted file mode 100644
index fb0b3604..00000000
--- a/six.BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-genrule(
- name = "copy_six",
- srcs = ["six-1.10.0/six.py"],
- outs = ["six.py"],
- cmd = "cp $< $(@)",
-)
-
-py_library(
- name = "six",
- srcs = ["six.py"],
- srcs_version = "PY2AND3",
- visibility = ["//visibility:public"],
-)