https://github.com/kubeflow/katib
Raw File
Tip revision: 77649e8ee4e08f23afd42c36007e63fc9b873e89 authored by Ce Gao on 09 May 2019, 06:19:23 UTC
fix: Fix
Tip revision: 77649e8
setup.py
from setuptools import setup

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