Skip to content

Commit

Permalink
Expose pipeline/job API through setup.py
Browse files Browse the repository at this point in the history
This is a follow up PR after #628
  • Loading branch information
IronPan authored Jan 4, 2019
1 parent 5912488 commit ae0a30c
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 ae0a30c

Please sign in to comment.