Skip to content

Commit 1da33cd

Browse files
committed
fix bundling
1 parent cb53126 commit 1da33cd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

MANIFEST.in

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
include README.md
22
include LICENSE
33

4-
recursive-exclude test *
5-
recursive include third_party *
64
recursive-include csrc *
5+
6+
recursive-include third_party *
7+
recursive-exclude third_party/parallel-hashmap/css *
8+
recursive-exclude third_party/parallel-hashmap/html *
9+
recursive-exclude third_party/parallel-hashmap/tests *
10+
recursive-exclude third_party/parallel-hashmap/examples *
11+
recursive-exclude third_party/parallel-hashmap/benchmark *
12+
13+
recursive-exclude test *
14+
recursive-exclude benchmark *

0 commit comments

Comments
 (0)