aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'python/MANIFEST.in')
-rw-r--r--python/MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
index 26088826..5fb01922 100644
--- a/python/MANIFEST.in
+++ b/python/MANIFEST.in
@@ -4,6 +4,9 @@ exclude google/protobuf/internal/*_test.py
exclude google/protobuf/internal/*.proto
exclude google/protobuf/internal/test_util.py
+recursive-include google *.cc
+recursive-include google *.h
+
recursive-exclude google *_test.py
recursive-exclude google *_test.proto
recursive-exclude google unittest*_pb2.py