Skip to content

Commit 4464c75

Browse files
committed
Fix author email and tags
1 parent 22fafd1 commit 4464c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ def read_file(fname):
2323
description='Python client for Report Portal v5.',
2424
long_description=read_file('README.md'),
2525
long_description_content_type='text/markdown',
26-
author_email='[email protected]',
26+
author_email='[email protected]',
2727
url='https://github.com/reportportal/client-Python',
2828
download_url=('https://github.com/reportportal/client-Python/'
2929
'tarball/%s' % __version__),
3030
license='Apache 2.0.',
31-
keywords=['testing', 'reporting', 'reportportal'],
31+
keywords=['testing', 'reporting', 'reportportal', 'client'],
3232
classifiers=[
3333
'Programming Language :: Python :: 2.7',
3434
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)