代码拉取完成,页面将自动刷新
import setuptools
# 读取项目的readme介绍
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()
setuptools.setup(
name="l0n0lhttputils", # 项目名称,保证它的唯一性,不要跟已存在的包名冲突即可
version="1.0.6",
author="l0n0l", # 项目作者
author_email="1038352856@qq.com",
description="平时常用的http server|mysql|腾讯cos|微信公众号等库的集合", # 项目的一句话描述
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitee.com/l00n00l/http_server_utils", # 项目地址
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
],
install_requires=[
"pymysql",
"aiohttp[speedups]",
"requests",
"cos-python-sdk-v5",
"tencentcloud-sdk-python",
"pycryptodome",
"pyyaml",
"xlrd"
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。