From 451e0446abc40f46b5941c3feedb111e920c9959 Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Mon, 9 Apr 2018 21:43:10 +0200 Subject: 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. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e31042f..abd72fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3