Преглед на файлове

Merge pull request #3918 from OEP/fix-sdist

Include .cc and .h files in Python source distribution
Feng Xiao преди 8 години
родител
ревизия
b819abf0b2
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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