MANIFEST.in (17 lines of code) (raw):
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/*