https://github.com/kubeflow/katib
Raw File
Tip revision: aa9eb3f21748417a381182e2bee982cc883f0fb4 authored by Achal Shantharam on 17 July 2019, 23:46:42 UTC
Merge remote-tracking branch 'upstream/master'
Tip revision: aa9eb3f
setup.py
from setuptools import setup

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