Skip to content

Commit fa61c76

Browse files
authored
chore: Standardize author mentions (#2897)
* chore: Standardize author mentions across integrations * chore: Update pyproject.toml deepset author email * Revert "chore: Update pyproject.toml deepset author email" This reverts commit 5333906.
1 parent 060c558 commit fa61c76

9 files changed

Lines changed: 9 additions & 7 deletions

File tree

integrations/aimlapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "Dmitry <D1m7asis> Tumanov", email = "d1m7asis@gmail.com" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Dmitry <D1m7asis> Tumanov", email = "d1m7asis@gmail.com" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/astra/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "Anant Corporation", email = "support@anant.us" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Anant Corporation", email = "support@anant.us" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/azure_ai_search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "deepset", email = "info@deepset.ai" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/chroma/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "John Doe", email = "jd@example.com" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/elasticsearch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "Silvano Cerza", email = "silvanocerza@gmail.com" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }, { name = "Silvano Cerza", email = "silvanocerza@gmail.com" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/faiss/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "Deepset", email = "info@deepset.ai" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/jina/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
1313
authors = [
14+
{ name = "deepset GmbH", email = "info@deepset.ai" },
1415
{ name = "Joan Fontanals Martinez", email = "joan.fontanals.martinez@jina.ai" },
1516
]
1617
classifiers = [

integrations/opensearch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
13-
authors = [{ name = "deepset", email = "info@deepset.ai" }]
13+
authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }]
1414
classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Development Status :: 4 - Beta",

integrations/qdrant/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
1313
authors = [
14+
{ name = "deepset GmbH", email = "info@deepset.ai" },
1415
{ name = "Kacper Łukawski", email = "kacper.lukawski@qdrant.com" },
1516
{ name = "Anush Shetty", email = "anush.shetty@qdrant.com" },
1617
]

0 commit comments

Comments
 (0)