aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/python_runtime
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-23 17:26:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-23 17:28:36 -0700
commit437015dba0da9db86b8b97cb12e4fdd055479007 (patch)
tree7639c2876b1cfa753c369c8ae70795a74e24efd0 /third_party/python_runtime
parent21e6addc0eb2376a7596fa648aaa55761a247170 (diff)
Internal cleanup to remove a difference from the code on github.
PiperOrigin-RevId: 197817738
Diffstat (limited to 'third_party/python_runtime')
-rw-r--r--third_party/python_runtime/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python_runtime/BUILD b/third_party/python_runtime/BUILD
new file mode 100644
index 0000000000..2a1609191f
--- /dev/null
+++ b/third_party/python_runtime/BUILD
@@ -0,0 +1,8 @@
+licenses(["notice"]) # New BSD, Python Software Foundation
+
+package(default_visibility = ["//visibility:public"])
+
+alias(
+ name = "headers",
+ actual = "@local_config_python//:python_headers",
+)