aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/python/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/python/MANIFEST.in')
-rw-r--r--third_party/protobuf/3.6.0/python/MANIFEST.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/python/MANIFEST.in b/third_party/protobuf/3.6.0/python/MANIFEST.in
new file mode 100644
index 0000000000..5fb01922a0
--- /dev/null
+++ b/third_party/protobuf/3.6.0/python/MANIFEST.in
@@ -0,0 +1,17 @@
+prune google/protobuf/internal/import_test_package
+exclude google/protobuf/internal/*_pb2.py
+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
+
+global-exclude *.dll
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.so