From 9935829a66ed6fb9e8f555fb29c218b86eb4aaee Mon Sep 17 00:00:00 2001 From: Paul Kilgo Date: Fri, 17 Nov 2017 15:30:31 -0800 Subject: Include .cc and .h files in source distribution --- python/MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python') 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 -- cgit v1.2.3