Skip to content

Commit 2161ded

Browse files
committed
add setuptools_scm for versioning
1 parent 4ab2a49 commit 2161ded

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ render-engine = "render_engine_cli.cli:app"
4040
pythonpath = ["src"]
4141
addopts = ["--cov=src", "--cov-report=term-missing", "-ra", "-q"]
4242

43-
[tool.semantic_release]
44-
version_toml = "pyproject.toml:project.version"
45-
branch = "main"
43+
[tool.setuptools_scm]
44+
local_scheme = "no-local-version"
4645

4746
[tool.ruff]
4847
line-length = 120

0 commit comments

Comments
 (0)