forked from tensorflow/tfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
21 lines (17 loc) · 844 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
recursive-include tfx/examples/chicago_taxi_pipeline/data *
include tfx/orchestration/experimental/interactive/export_templates/*.tmpl
include tfx/experimental/templates/taxi/.gitignore
include tfx/experimental/templates/taxi/*.ipynb
include tfx/orchestration/kubeflow/v2/artifact_types/*.yaml
include tfx/py.typed
# Include component level proto files whose generated python classes
# are exposed in our public API.
include tfx/proto/*.proto
# TODO(b/172611374): Consider adding all testdata in the wheel to make test
# fixture more portable.
recursive-include tfx/orchestration/kubeflow/v2/testdata *
recursive-include tfx/components/testdata *
recursive-include tfx/orchestration/kubeflow/v2/testdata *
include tfx/examples/imdb/data/*
include tfx/orchestration/beam/testdata/*
include tfx/orchestration/kubeflow/v2/container/testdata/*