https://github.com/kubeflow/katib
Revision a88dfeb4b9a4a8b99be7efe9ce62d0476cc18dc3 authored by Andrey Velichkevich on 09 May 2019, 00:30:34 UTC, committed by Andrey Velichkevich on 09 May 2019, 00:30:34 UTC
1 parent 767bebb
Raw File
Tip revision: a88dfeb4b9a4a8b99be7efe9ce62d0476cc18dc3 authored by Andrey Velichkevich on 09 May 2019, 00:30:34 UTC
Modify gitignore
Tip revision: a88dfeb
setup.py
from setuptools import setup

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