Skip to content

Commit 3265611

Browse files
committed
Change settings after changing github organization
1 parent f998bd0 commit 3265611

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Library used only for implementors of custom listeners for ReportPortal
66

77
## Allready implemented listeners:
8-
* Robot Framework (link)
8+
* [Robot Framework](https://github.com/EPAMReportPortal/ReportPortal-RobotFramework-agent)
99

1010

1111
## Installation
@@ -63,4 +63,4 @@ service.finish_launch(launch_id, fl_rq)
6363

6464
# Copyright Notice
6565
Licensed under the [GPLv3](https://www.gnu.org/licenses/quick-guide-gplv3.html)
66-
license (see the LICENSE file).
66+
license (see the LICENSE.txt file).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
description='Python client for ReportPortal',
88
author='Artsiom Tkachou',
99
author_email='[email protected]',
10-
url='https://github.com/EPAMReportPortal/ReportPortal-Python-Client',
11-
download_url='https://github.com/EPAMReportPortal/ReportPortal-Python-Client/tarball/2.5.0',
10+
url='https://github.com/reportportal/client-Python',
11+
download_url='https://github.com/reportportal/client-Python/tarball/2.5.0',
1212
keywords=['testing', 'reporting', 'reportportal'],
1313
classifiers=[],
1414
install_requires=["requests"],

0 commit comments

Comments
 (0)