Skip to content

Commit

Permalink
Expose pipeline/job API through setup.py (#634)
Browse files Browse the repository at this point in the history
This is a follow up PR after #628
  • Loading branch information
IronPan authored and k8s-ci-robot committed Jan 5, 2019
1 parent be42b56 commit 4a05836
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
'kfp_run',
'kfp_run.api',
'kfp_run.models',
'kfp_pipeline',
'kfp_pipeline.api',
'kfp_pipeline.models',
'kfp_uploadpipeline',
'kfp_uploadpipeline.api',
'kfp_uploadpipeline.models',
'kfp_job',
'kfp_job.api',
'kfp_job.models',
],
include_package_data=True,
entry_points = {
Expand Down

0 comments on commit 4a05836

Please sign in to comment.