https://github.com/kubeflow/katib
Revision da696d3a8c4aba41b18010a6a2486a78c19f50d3 authored by sperlingxx on 22 January 2020, 12:23:08 UTC, committed by sperlingxx on 22 January 2020, 12:23:08 UTC
1 parent bf92dd9
Raw File
Tip revision: da696d3a8c4aba41b18010a6a2486a78c19f50d3 authored by sperlingxx on 22 January 2020, 12:23:08 UTC
hotfix
Tip revision: da696d3
setup.py
from setuptools import setup

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