From 60a6a9969e960ad7f644890d02f8702eb92b93b5 Mon Sep 17 00:00:00 2001 From: Alexey K <31204442+filland@users.noreply.github.com> Date: Mon, 15 Apr 2019 17:12:00 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea706d84..86c25dba 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ url='https://github.com/reportportal/client-Python', download_url=('https://github.com/reportportal/client-Python/' 'tarball/%s' % __version__), - license='GNU General Public License v3', + license='Apache 2.0.', keywords=['testing', 'reporting', 'reportportal'], classifiers=[], install_requires=['requests>=2.4.2', 'six'],