1 Star 2 Fork 3

zerolemon/磁力查询工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenjiandongx 提交于 2018-07-18 16:32 . Release: 版本号更新为 V0.0.9
from setuptools import setup
setup(
author="chenjiandongx",
author_email="[email protected]",
name="torrent-cli",
version="0.0.9",
license="MIT",
url="https://github.com/chenjiandongx/torrent-cli",
py_modules=["torrent"],
install_requires=["bs4", "requests", "lxml", "future"],
description="Magnets-Getter CLI Tools",
entry_points={
"console_scripts": ["torrent-cli=torrent:command_line_runner"]
},
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zerolemon/torrent_tool.git
[email protected]:zerolemon/torrent_tool.git
zerolemon
torrent_tool
磁力查询工具
master

搜索帮助