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

rusty1s's avatar
typos  
rusty1s committed
4
recursive-include csrc *
rusty1s's avatar
rusty1s 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 *