4 Star 28 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='prehisle@gmail.com',
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',
]
}
)
Python
1
https://gitee.com/prehisle_admin/ydpic.git
git@gitee.com:prehisle_admin/ydpic.git
prehisle_admin
ydpic
ydpic
master

搜索帮助