Skip to content

Commit

Permalink
add missing info to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Feb 8, 2024
1 parent 2e01f32 commit d357330
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions integrations/fastembed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ Source = "https://github.com/deepset-ai/haystack-core-integrations"
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/fastembed/README.md"
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"

[tool.hatch.build.targets.wheel]
packages = ["src/haystack_integrations"]

[tool.hatch.version]
source = "vcs"
tag-pattern = 'integrations\/fastembed-v(?P<version>.*)'

[tool.hatch.version.raw-options]
root = "../.."
git_describe_command = 'git describe --tags --match="integrations/fastembed-v[0-9]*"'

[tool.hatch.envs.default]
dependencies = [
"coverage[toml]>=6.5",
Expand Down

0 comments on commit d357330

Please sign in to comment.