https://github.com/kubeflow/katib
Raw File
Tip revision: 7124ce6b80297c6c546e283db7fdbbff47ec6cd6 authored by hougang liu on 09 May 2019, 04:15:13 UTC
fix test error
Tip revision: 7124ce6
setup.py
from setuptools import setup

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