Browse Source

Merge pull request #3918 from OEP/fix-sdist

Include .cc and .h files in Python source distribution
Feng Xiao 7 years ago
parent
commit
b819abf0b2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      python/MANIFEST.in

+ 3 - 0
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