提交 f0bbea6c 编写于 作者: Z Zhipeng Xie

add docstring and copyright for setup.py

Signed-off-by: NZhipeng Xie <xiezhipeng1@huawei.com>
上级 28066bb7
......@@ -3,7 +3,7 @@
This is a packager bot for python modules from pypi.org
"""
#******************************************************************************
# Copyright (c) Huawei Technologies Co., Ltd. 2018-2019. All rights reserved.
# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
......
#!/usr/bin/python3
"""
setup file for pyporter
"""
#******************************************************************************
# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
# PURPOSE.
# See the Mulan PSL v2 for more details.
# Author: Zhipeng Xie
# Create: 2020-05-15
# Description: provide setup file for pyporter
# ******************************************************************************/
import setuptools
setuptools.setup(
......@@ -6,7 +25,6 @@ setuptools.setup(
url='https://gitee.com/openeuler/pyporter',
author='Zhipeng Xie',
author_email='xiezhipeng1@huawei.com',
description="A rpm packager bot for python modules from pypi.org",
license="Mulan PSL v2",
classifiers=[
......@@ -17,8 +35,6 @@ setuptools.setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
],
long_description=open('README.md').read(),
scripts=['pyporter'],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册