Skip to content

Commit c1a92f3

Browse files
committed
docs: fix pyproject.toml license field LGPL-3.0-or-later -> Apache-2.0
1 parent 7d8af66 commit c1a92f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "Agentic-TAF"
77
version = "1.0.0"
88
description = "Agentic Test Automation Framework"
99
readme = "README.md"
10-
license = "LGPL-3.0-or-later"
10+
license = "Apache-2.0"
1111
requires-python = ">=3.12"
1212
authors = [
1313
{name = "Wesley Peng", email = "wesley.peng@live.com"},

0 commit comments

Comments
 (0)