7 Star 0 Fork 7

openEuler/patch-tracking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 987 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenyanpanHW 提交于 2020-07-31 17:41 . delete certificate
"""
setup about building of pactch tracking
"""
import setuptools
setuptools.setup(
name='patch-tracking',
version='1.0.0',
packages=setuptools.find_packages(),
url='https://openeuler.org/zh/',
license='Mulan PSL v2',
author='ChenYanpan',
author_email='chenyanpan@huawei.com',
description='This is a tool for automatically tracking upstream repository code patches',
requires=['requests', 'flask', 'flask_restx', 'Flask_SQLAlchemy', 'Flask_APScheduler'],
data_files=[
('/etc/patch-tracking/', ['patch_tracking/settings.conf']),
('/etc/patch-tracking/', ['patch_tracking/logging.conf']),
('/var/patch-tracking/', ['patch_tracking/db.sqlite']),
('/usr/bin/', ['patch_tracking/cli/patch-tracking-cli']),
('/usr/bin/', ['patch_tracking/patch-tracking']),
('/usr/bin/', ['patch_tracking/cli/generate_password']),
('/usr/lib/systemd/system/', ['patch_tracking/patch-tracking.service']),
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/patch-tracking.git
git@gitee.com:openeuler/patch-tracking.git
openeuler
patch-tracking
patch-tracking
master

搜索帮助