https://github.com/kubeflow/katib
Raw File
Tip revision: 342a66e2f1459e0cadcf00fd3dca84f8ed7c0285 authored by avelichk on 10 January 2020, 16:30:55 UTC
Merge remote-tracking branch 'upstream/master' into push-to-kubeflowkatib-nas-tc
Tip revision: 342a66e
setup.py
from setuptools import setup

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