Skip to content

Commit

Permalink
update __init__ and scm
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-superonion committed Nov 17, 2024
1 parent cd71f37 commit 8478615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "dirty-tag"
write_to = "xlens/__version__.py"

[tool.pytest.ini_options]
Expand Down
1 change: 1 addition & 0 deletions xlens/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .__version__ import __version__ # noqa
from . import (
catalog,
process_pipe,
Expand Down

0 comments on commit 8478615

Please sign in to comment.