Skip to content

Commit

Permalink
resolved issue: raw-options.root
Browse files Browse the repository at this point in the history
  • Loading branch information
muppetjones committed Aug 20, 2023
1 parent a7c0419 commit 4b12206
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rym-token/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ include = ["rym"]
# NOTE: This doesn't seem reliable
[tool.hatch.version]
source = "vcs"
tag-pattern = '''rym-token-(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'''
tag-pattern = '''^rym-token-(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'''
fallback-version = "0.1.2"
# [tool.hatch.version.raw-options]
# local_scheme = "no-local-version"
[tool.hatch.version.raw-options]
root = ".."
local_scheme = "no-local-version"
[tool.hatch.build.hooks.vcs]
version-file = "rym/token/_version.py"

Expand Down

0 comments on commit 4b12206

Please sign in to comment.