Skip to content

Commit 0b8d687

Browse files
committed
feat: add new author to project metadata in pyproject.toml
1 parent 666d0d5 commit 0b8d687

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integrations/google_genai/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
13+
authors = [
14+
{ name = "deepset GmbH", email = "info@deepset.ai" },
15+
{ name = "Gary Badwal", email = "gurpreet071999@gmail.com" }
16+
]
1417
classifiers = [
1518
"License :: OSI Approved :: Apache Software License",
1619
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)