Skip to content

Commit

Permalink
chore: move version.py into misc with other packaging related files
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Dec 29, 2024
1 parent 3f452ff commit 8e41bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ version = { attr = "rare.__version__" }
# use only annotated tags ( omit `--tags` argument from `git describe`)
git_describe_command = [ "git", "describe", "--dirty", "--long" ]
#tag_regex = "(?P<version>^[0-9]+\\.[0-9]+\\.[0-9]+)(?P<suffix>.[0-9]+)?$"
version_scheme = "tools.version:mkversion"
version_scheme = "misc.version:mkversion"
local_scheme = "no-local-version"
version_file = "rare/_version.py"
fallback_version = "1.10.11.0"
Expand Down

0 comments on commit 8e41bf2

Please sign in to comment.