Skip to content

Commit 8669d10

Browse files
authored
Update pyproject.toml
- Add MIT License - update Authors
1 parent 9c513e2 commit 8669d10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ description = "Python client for running CAT tests in a Python codebase"
55
authors = [
66
"Mike Gehard <[email protected]>",
77
"Randy Lutcavich <[email protected]>",
8+
"Erik Luetkehans <[email protected]>",
9+
"Paul Zabelin <[email protected]>",
10+
"Tim Kersey <[email protected]>",
811
]
912
readme = "README.md"
1013
packages = [{ include = "cat_ai", from = "src" }]
14+
license = {text = "MIT}
1115
1216
[tool.poetry.dependencies]
1317
python = "^3.13"

0 commit comments

Comments
 (0)