https://github.com/kubeflow/katib
Revision 69fff1b3f7e103d5da31be0673497c6ac175e748 authored by avelichk on 30 October 2020, 18:30:41 UTC, committed by avelichk on 30 October 2020, 18:30:41 UTC
1 parent d1904be
Raw File
Tip revision: 69fff1b3f7e103d5da31be0673497c6ac175e748 authored by avelichk on 30 October 2020, 18:30:41 UTC
Add latest tag in build and release scripts
Tip revision: 69fff1b
setup.py
from setuptools import setup

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