Browse Source

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
Jisi Liu 7 years ago
parent
commit
27e877fdaa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD

+ 1 - 0
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"],
 )