Skip to content

Commit 6b035bd

Browse files
authored
Fixing the license id
1 parent 03bd94d commit 6b035bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_file(fname):
3636
author_email="[email protected]",
3737
url="https://github.com/reportportal/client-Python",
3838
download_url=("https://github.com/reportportal/client-Python/" "tarball/%s" % __version__),
39-
license="Apache 2.0.",
39+
license="Apache-2.0",
4040
keywords=["testing", "reporting", "reportportal", "client"],
4141
classifiers=[
4242
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)