4 Star 29 Fork 5

prehisle/ydpic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
prehisle 提交于 2020-05-05 22:21 . feat: v0.2.22 200505
config = dict(
name='ydpic',
version='0.2.2',
author='sToa',
author_email='[email protected]',
url='https://gitee.com/prehisle/ydpic',
description=u'将`有道云笔记`免费版作为图库使用的小工具,可与`Typora`完美结合',
packages=['ydpic'],
install_requires=[
'prutils==0.0.26',
],
include_package_data=True,
entry_points={
'console_scripts': [
'ydpic=ydpic.ydpic:main',
]
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/prehisle_admin/ydpic.git
[email protected]:prehisle_admin/ydpic.git
prehisle_admin
ydpic
ydpic
master

搜索帮助