1 Star 0 Fork 1

小强向前冲/async_cow

forked from 希希大队长/async_cow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: utf-8 -*-
import setuptools
from async_cow import __version__
with open(r'./README.md', r'r', encoding=r'utf8') as stream:
long_description = stream.read()
setuptools.setup(
name=r'async_cow',
version=__version__,
license=r'Apache License Version 2.0',
platforms=[r'all'],
author=r'Xixi.Dong',
author_email=r'xq1889@163.com',
description=r'Network Development Suite',
long_description=long_description,
long_description_content_type=r'text/markdown',
url=r'https://gitee.com/xixigroup/wintersweet',
packages=setuptools.find_packages(),
python_requires=r'>= 3.6',
install_requires=[
'aiofiles==0.6.0',
'aiohttp==3.7.4',
'async-timeout==3.0.1',
'qiniu==7.3.1',
'urllib3==1.26.2',
'loguru==0.5.3',
],
classifiers=[
r'Programming Language :: Python :: 3.7',
r'License :: OSI Approved :: Apache Software License',
r'Operating System :: POSIX :: Linux',
],
include_package_data=True
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/XiaoQiangXiangQianChong/async_cow.git
git@gitee.com:XiaoQiangXiangQianChong/async_cow.git
XiaoQiangXiangQianChong
async_cow
async_cow
master

搜索帮助