Adding missing kfp.cli.diagnose_me package to setup.py (#2610)

The kfp.cli.diagnose_me package was missing from the setup.py packages list and so wasn't included in the latest release pushed to pypi.org.
This commit is contained in:
Stephen Henderson 2019-11-15 08:59:42 +00:00 committed by Kubernetes Prow Robot
parent 2233193051
commit c66120bda7
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ setup(
packages=[
'kfp',
'kfp.cli',
'kfp.cli.diagnose_me',
'kfp.compiler',
'kfp.components',
'kfp.components.structures',