aboutsummaryrefslogtreecommitdiff
path: root/python/MANIFEST.in
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2015-05-13 15:24:42 -0700
committerJie Luo <anandolee@gmail.com>2015-05-13 15:24:42 -0700
commit2d9b1c592ff7319ee9d6520c9df4838087522e05 (patch)
tree6eec7e633840b5b60cc85e20f6365df0702e6911 /python/MANIFEST.in
parent8a888922a9ac181a3fb47d00d497cde85ec4987a (diff)
parent38da6583b1416a7c1594bffec3cdbb8856a72353 (diff)
downloadprotobuf-2d9b1c592ff7319ee9d6520c9df4838087522e05.tar.gz
protobuf-2d9b1c592ff7319ee9d6520c9df4838087522e05.tar.bz2
protobuf-2d9b1c592ff7319ee9d6520c9df4838087522e05.zip
Merge pull request #382 from jtattermusch/integrate_from_master
Integrate changes from latest master branch into csharp branch.
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