Skip to content

Commit

Permalink
found hatch config error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon Kellner committed Jun 30, 2024
1 parent 2d92c0e commit f59cadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "hatchling.build"

[tool.hatch.version]
source = "vcs"
fallback-version = "dev"
tag-pattern = '''^[a-z]+\/(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'''

[tool.hatch.build.hooks.vcs]
version-file = "src/waloviz/_version.py"
fallback-version = "dev"
tag-pattern = '''^[a-z]+\/(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'''

[project]
dynamic = ["version"]
Expand Down

0 comments on commit f59cadc

Please sign in to comment.