소스 검색

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
Jisi Liu 8 년 전
부모
커밋
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"],
 )