aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Paul Kilgo <paulkilgo@gmail.com>2017-11-17 15:30:31 -0800
committerGravatar Paul Kilgo <paulkilgo@gmail.com>2017-11-17 15:30:31 -0800
commit9935829a66ed6fb9e8f555fb29c218b86eb4aaee (patch)
tree5d65cf20a03532c3234ff9e12838429d9238c0c2 /python
parentbaed06e69443613c531a3580315759c08db6667e (diff)
Include .cc and .h files in source distribution
Diffstat (limited to 'python')
-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