Index: third_party/protobuf/python/MANIFEST.in |
diff --git a/third_party/protobuf/python/MANIFEST.in b/third_party/protobuf/python/MANIFEST.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..260888263be9e4cf0eb651b5f07f46d6eb27ed06 |
--- /dev/null |
+++ b/third_party/protobuf/python/MANIFEST.in |
@@ -0,0 +1,14 @@ |
+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-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 |