-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from iivanou/rp5_initial
Initial commit for RP v5 client
- Loading branch information
Showing
2 changed files
with
48 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
from setuptools import setup, find_packages | ||
|
||
__version__ = '3.2.3' | ||
__version__ = '4.0.0' | ||
|
||
setup( | ||
name='reportportal-client', | ||
packages=find_packages(), | ||
version=__version__, | ||
description='Python client for Report Portal', | ||
author='Artsiom Tkachou', | ||
description='Python client for Report Portal v5.', | ||
author_email='[email protected]', | ||
url='https://github.com/reportportal/client-Python', | ||
download_url=('https://github.com/reportportal/client-Python/' | ||
|