aboutsummaryrefslogtreecommitdiff
path: root/python/MANIFEST.in
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-13 15:59:09 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-13 15:59:09 -0500
commit11de4197737d310ab59048c2f7162e4dce96c1a4 (patch)
tree9c3d7e6e4ea6efb4ece872115b5f3052e3c98c36 /python/MANIFEST.in
parentc0f673d0dcb07fd580144a2c74cb50086f4b746d (diff)
parente17f78bbbf16bc318a9aa8776a100271936efb43 (diff)
downloadprotobuf-11de4197737d310ab59048c2f7162e4dce96c1a4.tar.gz
protobuf-11de4197737d310ab59048c2f7162e4dce96c1a4.tar.bz2
protobuf-11de4197737d310ab59048c2f7162e4dce96c1a4.zip
Merge branch 'python-update_setup' into straddle_py2_py3
Diffstat (limited to 'python/MANIFEST.in')
-rw-r--r--python/MANIFEST.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
new file mode 100644
index 00000000..26088826
--- /dev/null
+++ b/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