aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/MANIFEST.in
blob: 260888263be9e4cf0eb651b5f07f46d6eb27ed06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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