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:
parent
2233193051
commit
c66120bda7
|
|
@ -64,6 +64,7 @@ setup(
|
|||
packages=[
|
||||
'kfp',
|
||||
'kfp.cli',
|
||||
'kfp.cli.diagnose_me',
|
||||
'kfp.compiler',
|
||||
'kfp.components',
|
||||
'kfp.components.structures',
|
||||
|
|
|
|||
Loading…
Reference in New Issue