aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2017-12-12 16:22:47 -0800
committerGravatar GitHub <noreply@github.com>2017-12-12 16:22:47 -0800
commit27e877fdaa5f051031d8d7e6500244855b0c608f (patch)
tree1407b60cc9653000b6a0d0f4f57fa7571a1d6d30 /BUILD
parent31c54d1289f2ae44158eff631526762366ba1707 (diff)
parent6044b24cfc68117cdc499fe2f7eac7d89a9cb437 (diff)
Merge pull request #2834 from aj-michael/master
Make //:protobuf_python have correct __init__.py.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index bee4fab7..547181e8 100644
--- a/BUILD
+++ b/BUILD
@@ -735,6 +735,7 @@ py_proto_library(
":python_srcs",
"//external:six",
],
+ py_extra_srcs = glob(["python/**/__init__.py"]),
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)