aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/termcolor.BUILD
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-02-01 10:57:29 -0800
committerGravatar Yifei Feng <yifeif@google.com>2018-02-01 17:56:22 -0800
commitae805bd8ca3bb3e385b145ca8439e4150f4aae51 (patch)
tree7d48f7b8a287f52549983f29ec6e01d3de0c4168 /third_party/termcolor.BUILD
parent56663eedd7296d85c9adb3e9537ddac521719445 (diff)
Fix sanity.
Diffstat (limited to 'third_party/termcolor.BUILD')
-rw-r--r--third_party/termcolor.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/termcolor.BUILD b/third_party/termcolor.BUILD
index 6000e3289d..655d7cb85e 100644
--- a/third_party/termcolor.BUILD
+++ b/third_party/termcolor.BUILD
@@ -3,7 +3,7 @@
licenses(["notice"]) # MIT
-exports_files(["LICENSE"])
+exports_files(["COPYING.txt"])
py_library(
name = "termcolor",