1 Star 0 Fork 0

markshawn/myimage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
markshawn 提交于 2020-04-23 23:01 . added one convert img func
# -*- coding: utf-8 -*-
# -----------------------------------
# @CreateTime : 2020/3/10 2:14
# @Author : Mark Shawn
# @Email : shawninjuly@gmai.com
# ------------------------------------
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="myimage", # Replace with your own username
version="0.0.6",
author="MarkShawn",
author_email="shawninjuly@gmail.com",
description="A handful module for uploading local image and then get the path from specific server, "
"especially good for those writing markdown journals.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MarkShawn2020/myimage",
packages=setuptools.find_packages(
exclude=['*.settings', ]),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.5',
install_requires=[
"requests",
"qiniu",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MarkShawn2020/myimage.git
git@gitee.com:MarkShawn2020/myimage.git
MarkShawn2020
myimage
myimage
master

搜索帮助