https://github.com/kubeflow/katib
Raw File
Tip revision: 0fe89828d603adcbe2c61fa10319bb6895f56aae authored by Johnu George on 29 March 2019, 04:30:08 UTC
Fix labels matching the job operator implementation
Tip revision: 0fe8982
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top