Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
pull/4038/head
Jisi Liu 7 years ago committed by GitHub
commit 27e877fdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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"],
)

Loading…
Cancel
Save