Skip to content

Commit

Permalink
fix pyproject for mongodbatlas (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored Feb 23, 2024
1 parent 8f73a8b commit 9a3f802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/mongodb_atlas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ packages = ["src/haystack_integrations"]

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

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

[tool.hatch.envs.default]
dependencies = [
Expand Down

0 comments on commit 9a3f802

Please sign in to comment.