https://github.com/kubeflow/katib
Raw File
Tip revision: 7bcd33c67287583efed876a12668a1677f7c653f authored by avelichk on 04 May 2020, 22:11:05 UTC
Fix tests
Tip revision: 7bcd33c
setup.py
from setuptools import setup

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