Skip to content

Commit 91c9d52

Browse files
committed
[update] add manifest to include all files under /example
1 parent f36a6eb commit 91c9d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ recursive-include dataflow *.yaml
55
recursive-include dataflow *.sh
66
recursive-include dataflow *.txt
77

8-
# 包含配置文件夹内容(如果里面有yaml或json配置)
9-
recursive-include configs *.yaml
10-
recursive-include configs *.json
8+
# 包含样例文件夹下所有类型的文件
9+
# 样例文件夹路径为dataflow/exaple
10+
recursive-include dataflow/example */
1111

1212
# 包含顶层文档文件
1313
include README.md

0 commit comments

Comments
 (0)