From e28db9fced14d1ae16b20773544f57e382b9983e Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 29 Dec 2016 00:24:58 -0800 Subject: Move most foo.BUILD files into third_party This frees up space on the TensorFlow GitHub home page! Change: 143161497 --- third_party/six.BUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 third_party/six.BUILD (limited to 'third_party/six.BUILD') diff --git a/third_party/six.BUILD b/third_party/six.BUILD new file mode 100644 index 0000000000..a1b2f7b20c --- /dev/null +++ b/third_party/six.BUILD @@ -0,0 +1,14 @@ +# 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"], +) -- cgit v1.2.3