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 f36a6eb commit 91c9d52Copy full SHA for 91c9d52
MANIFEST.in
@@ -5,9 +5,9 @@ recursive-include dataflow *.yaml
5
recursive-include dataflow *.sh
6
recursive-include dataflow *.txt
7
8
-# 包含配置文件夹内容(如果里面有yaml或json配置)
9
-recursive-include configs *.yaml
10
-recursive-include configs *.json
+# 包含样例文件夹下所有类型的文件
+# 样例文件夹路径为dataflow/exaple
+recursive-include dataflow/example */
11
12
# 包含顶层文档文件
13
include README.md
0 commit comments