https://github.com/kubeflow/katib
Raw File
Tip revision: 11045609b030992f13d8eb6c1d96ba5a5e6e512e authored by Alexandra Johnson on 10 April 2019, 18:27:06 UTC
update scripts link
Tip revision: 1104560
setup.py
from setuptools import setup

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