浏览代码

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
Jisi Liu 7 年之前
父节点
当前提交
27e877fdaa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"],
 )