https://github.com/kubeflow/katib
Raw File
Tip revision: 105044c35ccdd832954d31936a2fe047714f1227 authored by Richard Liu on 08 May 2019, 17:04:55 UTC
Merge branch 'master' into trial_mc
Tip revision: 105044c
setup.py
from setuptools import setup

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