From 6b035bd012391eaed3cfaca60bb4781855674ad6 Mon Sep 17 00:00:00 2001 From: Henri Yandell <477715+hyandell@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:18:00 -0700 Subject: [PATCH] Fixing the license id --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b65681..1dfea31 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read_file(fname): author_email="support@reportportal.io", url="https://github.com/reportportal/client-Python", download_url=("https://github.com/reportportal/client-Python/" "tarball/%s" % __version__), - license="Apache 2.0.", + license="Apache-2.0", keywords=["testing", "reporting", "reportportal", "client"], classifiers=[ "Programming Language :: Python :: 3.8",