Skip to content

Commit e260a63

Browse files
authored
Exclude onnx test data from package directories (#265)
Signed-off-by: take-cheeze <takechi101010@gmail.com>
1 parent 966cf6d commit e260a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ recursive-include third_party *
66
include VERSION_NUMBER
77
include CMakeLists.txt
88

9-
recursive-exclude third_party *.onnx *.pb *.cs *.rs
9+
recursive-exclude third_party *.onnx *.pb *.cs *.rs test_data_set_*

0 commit comments

Comments
 (0)