2 Star 2 Fork 0

魔芋红茶 / markdown-img

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
魔芋红茶 提交于 2022-11-26 18:39 . v0.4.0
[metadata]
name = markdown-img-icexmoon
version = 0.4.0
author = icexmoon
author_email = icexmoon@qq.com
description = A program for find and upload images in markdown file and will replace them.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/icexmoon/markdown-img
project_urls =
Bug Tracker = https://github.com/icexmoon/markdown-img/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
include_package_data = False
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
requests
cos-python-sdk-v5
qiniu
upyun
Pillow
tinify
[options.package_data]
* = *.info
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
pymdimg = markdown_img.__main__:main
Python
1
https://gitee.com/icexmoon/markdown-img.git
git@gitee.com:icexmoon/markdown-img.git
icexmoon
markdown-img
markdown-img
master

搜索帮助