setup.py 380 字节
Newer Older
M
Macrobull 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
################################################################################
#
# Copyright (c) 2019 Baidu.com, Inc. All Rights Reserved
#
################################################################################
"""
Setup script.

Authors: Macrobull
Date:    2019/02/22 10:25:46
"""

import setuptools

setuptools.setup()