Skip to content

Commit

Permalink
Merge pull request #40 from kotaro-kinoshita/fix/dynamic-versining
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
kotaro-kinoshita authored Nov 25, 2024
2 parents 5ee4bea + 96e9c85 commit f3c76af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
requires = ["hatchling", "uv-dynamic-versioning"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "uv-dynamic-versioning"

[project]
name = "yomitoku"
dynamic = ["version"]
Expand All @@ -25,14 +28,10 @@ dependencies = [
]
license = {text = "CC BY-NC-SA 4.0"}

[tool.hatch.version]
source = "vcs"
tag-pattern = "^v(?P<version>[0-9]+\\.[0-9]+\\.[0-9]+)$"


[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
version_scheme = "no-guess-dev"
[tool.uv-dynamic-versioning]
vcs = "git"
style = "semver"
format = "{base}"

[tool.uv]
dev-dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3c76af

Please sign in to comment.