代码拉取完成,页面将自动刷新
#!/usr/bin/env python
#-*- coding:utf-8 -*-
#############################################
# File Name: setup.py
# Author: lixuecheng
# Mail: lixuechengde@163.com
# Created Time: 2022年3月8日
#############################################
from setuptools import setup, find_packages
setup(
name = "qingqiu",
version = "0.0.4",
keywords = ["pip", "easy","requests","auto"],
description = "简单得接口测试框架",
long_description = "简单得接口测试框架",
license = "MIT Licence",
url = "https://gitee.com/tuboyou/qingqiu",
author = "lixuecheng",
author_email = "lixuechengde@163.com",
packages = find_packages(),
include_package_data = True,
platforms = "any",
install_requires = ['requests','pytest','pytest-rerunfailures','pytest-html'],
py_modules=['qingqiu'],
entry_points={
'console_scripts': ['qing=qingqiu.qing:qing']
},
classifiers = [
'Intended Audience :: Developers',
'Topic :: Software Development :: User Interfaces',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
python_requires='>=3.5',
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。