We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53126 commit 1da33cdCopy full SHA for 1da33cd
MANIFEST.in
@@ -1,6 +1,14 @@
1
include README.md
2
include LICENSE
3
4
-recursive-exclude test *
5
-recursive include third_party *
6
recursive-include csrc *
+
+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