We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666d0d5 commit 0b8d687Copy full SHA for 0b8d687
1 file changed
integrations/google_genai/pyproject.toml
@@ -10,7 +10,10 @@ readme = "README.md"
10
requires-python = ">=3.9"
11
license = "Apache-2.0"
12
keywords = []
13
-authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
+authors = [
14
+ { name = "deepset GmbH", email = "info@deepset.ai" },
15
+ { name = "Gary Badwal", email = "gurpreet071999@gmail.com" }
16
+]
17
classifiers = [
18
"License :: OSI Approved :: Apache Software License",
19
"Development Status :: 4 - Beta",
0 commit comments