Skip to content

Commit

Permalink
chore: update pyproject.toml (#2)
Browse files Browse the repository at this point in the history
* chore: pin pyproject.toml version

* Update pyproject.toml

* Update pyproject.toml
  • Loading branch information
Anush008 authored Dec 13, 2023
1 parent e1d96c3 commit da6f2c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions integrations/qdrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ requires-python = ">=3.7"
license = "Apache-2.0"
keywords = []
authors = [
{ name = "deepset GmbH", email = "[email protected]" },
{ name = "Kacper Łukawski", email = "[email protected]" },
{ name = "Anush Shetty", email = "[email protected]" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -30,9 +31,9 @@ dependencies = [
]

[project.urls]
Source = "https://github.com/deepset-ai/haystack-core-integrations"
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/qdrant/README.md"
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"
Source = "https://github.com/deepset-ai/haystack-core-integrations"

[tool.hatch.version]
path = "src/qdrant_haystack/__about__.py"
Expand Down Expand Up @@ -167,4 +168,4 @@ module = [
"numpy",
"grpc"
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit da6f2c1

Please sign in to comment.