1 Star 4 Fork 2

姚佳瑞/message_notice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
姚佳瑞 提交于 2022-04-14 02:47 . 打包tar.gz
# coding:utf8
from setuptools import setup
setup(
name='message_tools', # 应用名
version='1.0', # 版本号
packages=['webhook'], # 包括在安装包内的Python包
install_requires=[ # 依赖列表
"requests>=2.22.0"
],
author="Jruing",
author_email="1099301992@qq.com",
description="This is a tool class about information notification.",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Jruing/message_notice.git
git@gitee.com:Jruing/message_notice.git
Jruing
message_notice
message_notice
master

搜索帮助