diff --git a/integrations/aimlapi/pyproject.toml b/integrations/aimlapi/pyproject.toml index c99e0f7871..acaf9e5a03 100644 --- a/integrations/aimlapi/pyproject.toml +++ b/integrations/aimlapi/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "Dmitry Tumanov", email = "d1m7asis@gmail.com" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Dmitry Tumanov", email = "d1m7asis@gmail.com" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/astra/pyproject.toml b/integrations/astra/pyproject.toml index c8b7fb07e7..2bc5164c5f 100644 --- a/integrations/astra/pyproject.toml +++ b/integrations/astra/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "Anant Corporation", email = "support@anant.us" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Anant Corporation", email = "support@anant.us" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/azure_ai_search/pyproject.toml b/integrations/azure_ai_search/pyproject.toml index c0dc12b551..b65397cd9f 100644 --- a/integrations/azure_ai_search/pyproject.toml +++ b/integrations/azure_ai_search/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "deepset", email = "info@deepset.ai" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 592df32e78..9cbdf3009f 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "John Doe", email = "jd@example.com" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/elasticsearch/pyproject.toml b/integrations/elasticsearch/pyproject.toml index 317422f967..72bd12548d 100644 --- a/integrations/elasticsearch/pyproject.toml +++ b/integrations/elasticsearch/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "Silvano Cerza", email = "silvanocerza@gmail.com" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Silvano Cerza", email = "silvanocerza@gmail.com" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/faiss/pyproject.toml b/integrations/faiss/pyproject.toml index 968cdd862b..dee32e978b 100644 --- a/integrations/faiss/pyproject.toml +++ b/integrations/faiss/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "Deepset", email = "info@deepset.ai" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index 71c7eb0e29..cc1c06d811 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -11,6 +11,7 @@ requires-python = ">=3.10" license = "Apache-2.0" keywords = [] authors = [ + { name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Joan Fontanals Martinez", email = "joan.fontanals.martinez@jina.ai" }, ] classifiers = [ diff --git a/integrations/opensearch/pyproject.toml b/integrations/opensearch/pyproject.toml index 5752182256..ad7670cd3f 100644 --- a/integrations/opensearch/pyproject.toml +++ b/integrations/opensearch/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" keywords = [] -authors = [{ name = "deepset", email = "info@deepset.ai" }] +authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", diff --git a/integrations/qdrant/pyproject.toml b/integrations/qdrant/pyproject.toml index bbe4db51e4..14fac3bb01 100644 --- a/integrations/qdrant/pyproject.toml +++ b/integrations/qdrant/pyproject.toml @@ -11,6 +11,7 @@ requires-python = ">=3.10" license = "Apache-2.0" keywords = [] authors = [ + { name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Kacper Ɓukawski", email = "kacper.lukawski@qdrant.com" }, { name = "Anush Shetty", email = "anush.shetty@qdrant.com" }, ]