Skip to content

Commit

Permalink
fix auto version hatch options
Browse files Browse the repository at this point in the history
  • Loading branch information
dudil committed Oct 3, 2023
1 parent bc0a4f0 commit ccf5215
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ Source = "https://github.com/dudil/fastapi_msal"
source = "vcs"

[tool.hatch.version.raw-options]
version_scheme = "python-simplified-semver"
local_scheme = "no-local-version"
parentdir_prefix_version = "fastapi_msal-"
git_describe_command = ["git", "describe", "--dirty", "--tags", "--long", "--match", "fastapi_msal-v*"]
version_scheme = "python-simplified-semver"
local_scheme = "no-local-version"
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "*"]

[tool.hatch.build.hooks.vcs]
version-file = "fastapi_msal/_version.py"
Expand Down

0 comments on commit ccf5215

Please sign in to comment.