https://github.com/kubeflow/katib
Raw File
Tip revision: 44fff8960cfc11999a92a3cf3cace9503902cce3 authored by sperlingxx on 13 April 2020, 07:23:05 UTC
fix test
Tip revision: 44fff89
setup.py
from setuptools import setup

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