2 Star 12 Fork 1

Lensit / lensi_cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lensit 提交于 2022-04-13 14:13 . 0.1.3
from setuptools import setup
setup(
name = 'Lensi',
version = '0.1.3',
description = 'Lensi, install apps from QQ 360 Hippo Scoop Winget Choco',
license = 'MIT License',
install_requires = ["bs4","fuzzywuzzy","fire","requests","configparser","tqdm","winshell","xpinyin"],
packages = ['Lensi_CLI'], # 要打包的项目文件夹
include_package_data=True, # 自动打包文件夹内所有数据
author = 'Lensit',
author_email = '1570515219@qq.com',
url = 'https://gitee.com/lensit/lensi_cli/',
entry_points={"console_scripts": ["lensi = Lensi_CLI.__main__:main"]},
)
1
https://gitee.com/lensit/lensi_cli.git
git@gitee.com:lensit/lensi_cli.git
lensit
lensi_cli
lensi_cli
master

搜索帮助