Pārlūkot izejas kodu

Include .cc and .h files in source distribution

Paul Kilgo 7 gadi atpakaļ
vecāks
revīzija
9935829a66
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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