Merge pull request #3918 from OEP/fix-sdist

Include .cc and .h files in Python source distribution
pull/3939/head
Feng Xiao 7 years ago committed by GitHub
commit b819abf0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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

Loading…
Cancel
Save