提交 fc63cd9a 编辑于 作者: Ting-Che Lin's avatar Ting-Che Lin
浏览文件

add setup.py

上级 a9159cf2
加载中
加载中
加载中
加载中

setup.py

0 → 100644
+10 −0
原始行号 差异行号 差异行
from distutils.core import setup

setup(
    name='DAGMM',
    packages=['dagmm',],
    license='MIT License',
    author='Toshihiro NAKAE',
    description='UNOFFICIAL implementation of the paper Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection [Bo Zong et al (2018)]',
    long_description=open('README.md').read(),
)
 No newline at end of file