MANIFEST.in 428 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
include README.md
include LICENSE

recursive-include csrc *
aiss's avatar
aiss committed
5
6
7
8
9
10
11
12
13
14

recursive-include third_party *
recursive-exclude third_party/parallel-hashmap/css *
recursive-exclude third_party/parallel-hashmap/html *
recursive-exclude third_party/parallel-hashmap/tests *
recursive-exclude third_party/parallel-hashmap/examples *
recursive-exclude third_party/parallel-hashmap/benchmark *

recursive-exclude test *
recursive-exclude benchmark *