Skip to content

Commit e0ed7ad

Browse files
author
Abhilash Joseph C
committed
Updated the version
1 parent 631ee41 commit e0ed7ad

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
py3resttest
22
==========
3-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/abhijo89-to/py3resttest/Python%20package)
3+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crazi-coder/resttest3/Python%20package)
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/resttest3)
55
![PyPI - Wheel](https://img.shields.io/pypi/wheel/resttest3)
66
![PyPI](https://img.shields.io/pypi/v/resttest3)
77
![PyPI - Downloads](https://img.shields.io/pypi/dm/resttest3)
8-
[![Coverage Status](https://coveralls.io/repos/github/abhijo89-to/py3resttest/badge.svg)](https://coveralls.io/github/abhijo89-to/py3resttest)
9-
[![SourceLevel](https://app.sourcelevel.io/github/abhijo89-to/py3resttest.svg)](https://app.sourcelevel.io/github/abhijo89-to/py3resttest)
10-
[![CodeFactor](https://www.codefactor.io/repository/github/abhijo89-to/py3resttest/badge)](https://www.codefactor.io/repository/github/abhijo89-to/py3resttest)
8+
[![Coverage Status](https://coveralls.io/repos/github/crazi-coder/resttest3/badge.svg)](https://coveralls.io/github/abhijo89-to/py3resttest)
9+
[![SourceLevel](https://app.sourcelevel.io/github/crazi-coder/resttest3.svg)](https://app.sourcelevel.io/github/abhijo89-to/py3resttest)
10+
[![CodeFactor](https://www.codefactor.io/repository/github/crazi-coder/resttest3/badge)](https://www.codefactor.io/repository/github/abhijo89-to/py3resttest)
1111

1212

13-
Please read [documentation](https://abhijo89-to.github.io/py3resttest/). We are doing active development for python3 and removed python2 support
13+
Please read [documentation](https://crazicoder.com/). We are doing active development for python3 and removed python2 support
1414

1515
This project is a fork of [pyresttest](https://github.com/svanoort/pyresttest)

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
with open("requirements.txt") as fp:
33
install_requires = [lib_str.strip() for lib_str in fp.read().split("\n") if not lib_str.startswith("#")]
44

5+
with open('README.md') as fp:
6+
readme = fp.read()
57

68
setup(
79
name='resttest3',
8-
version="1.0.1",
10+
version="1.0.3",
911
description='Python RESTful API Testing & Micro benchmarking Tool',
10-
long_description='Python RESTful API Testing & Microbenchmarking Tool '
11-
'\n Documentation at https://abhijo89-to.github.io/py3resttest/',
12+
long_description=readme,
1213
author="Abhilash Joseph C",
1314
author_email='[email protected]',
1415
url='https://github.com/abhijo89-to/resttest3',

0 commit comments

Comments
 (0)