swh:1:snp:c614e79db7a4ccd4655b1a5633b8240eb96afd07
Raw File
Tip revision: 9fe9b663d86ebd29d83a01d9a8ad6418ad63c4e2 authored by Ce Gao on 21 January 2020, 02:48:46 UTC
fix: Ignore trials without metrics
Tip revision: 9fe9b66
setup.py
from setuptools import setup

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