aboutsummaryrefslogtreecommitdiffhomepage
path: root/six.BUILD
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2016-12-29 12:29:41 -0800
committerGravatar Yifei Feng <yifeif@google.com>2016-12-29 12:29:41 -0800
commit714e2a549ec2a0f4f9a9efe944587871deea08dd (patch)
tree2058e3f9c529b961023abea247b8937cac4b6b63 /six.BUILD
parentc3f6a072409200463040c2558bd8e5bcd7509660 (diff)
Remove stale BUILD files.
Diffstat (limited to 'six.BUILD')
-rw-r--r--six.BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/six.BUILD b/six.BUILD
deleted file mode 100644
index a1b2f7b20c..0000000000
--- a/six.BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# Description:
-# Six provides simple utilities for wrapping over differences between Python 2
-# and Python 3.
-
-licenses(["notice"]) # MIT
-
-exports_files(["LICENSE"])
-
-py_library(
- name = "six",
- srcs = ["six.py"],
- srcs_version = "PY2AND3",
- visibility = ["//visibility:public"],
-)