diff options
author | Thomas Hisch <t.hisch@gmail.com> | 2018-04-09 21:43:10 +0200 |
---|---|---|
committer | Jie Luo <anandolee@gmail.com> | 2018-04-09 12:43:10 -0700 |
commit | 451e0446abc40f46b5941c3feedb111e920c9959 (patch) | |
tree | 836e5a8f428cefd6c818404cf659520783eb82f6 /.gitignore | |
parent | 3b6d027ba250c96ac1c5e3c0a1de0b1570d7bba1 (diff) |
Add __init__.py files to compiler and util subpackages (#4117)
The compiler and util subpackages are created by the build_py class in
setup.py. This has caused an issue in the protobuf package in
conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40),
which is fixed by this commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -58,8 +58,6 @@ python/*.egg python/.eggs/ python/.tox python/build/ -python/google/protobuf/compiler/ -python/google/protobuf/util/ src/js_embed src/protoc |