aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/pip_package/BUILD')
-rw-r--r--tensorflow/tools/pip_package/BUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD
index 0a0a438284..b99dbe954e 100644
--- a/tensorflow/tools/pip_package/BUILD
+++ b/tensorflow/tools/pip_package/BUILD
@@ -58,14 +58,15 @@ py_binary(
"//tensorflow/contrib/specs:all_files",
"//tensorflow/contrib/tensor_forest:all_files",
"//tensorflow/contrib/tensor_forest/hybrid:all_files",
- "//tensorflow/examples/tutorials/mnist:package",
"//tensorflow/python:util_example_parser_configuration",
"//tensorflow/python/debug:all_files",
"//tensorflow/python/saved_model:all_files",
"//tensorflow/python/tools:all_files",
- # The following two targets have an issue when archiving them into
- # the python zip, exclude them for now.
+ # The following target has an issue when archiving them into the python
+ # zip, exclude them for now.
# "//tensorflow/tensorboard",
+ # This package does not build. Exclude it in windows for now.
+ # "//tensorflow/examples/tutorials/mnist:package",
],
srcs_version = "PY2AND3",
deps = ["//tensorflow:tensorflow_py"],