1 Star 1 Fork 0

tuboyou/qingqiu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
tuboyou 提交于 2022-06-10 08:02 . setup.py
#!/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',
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tuboyou/qingqiu.git
git@gitee.com:tuboyou/qingqiu.git
tuboyou
qingqiu
qingqiu
master

搜索帮助