Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-kinoshita committed Nov 25, 2024
1 parent d5d3bbb commit 96e9c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["hatchling", "uv-dynamic-versioning"]
build-backend = "hatchling.build"

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

[project]
name = "yomitoku"
dynamic = ["version"]
Expand All @@ -27,7 +30,7 @@ dependencies = [
[tool.uv-dynamic-versioning]
vcs = "git"
style = "semver"
format = {base}
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 96e9c85

Please sign in to comment.