Skip to content

Commit c2a02c9

Browse files
committed
Add __version__.py dynamic creation so we can have the version inside the app if desired.
1 parent 5514407 commit c2a02c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
dependencies = [
88
"click>=8.2.1",
99
"cookiecutter>=2.6.0",
10-
"render-engine>=2025.7.1a1",
10+
"render-engine>=2025.11.1a1",
1111
"rich>=14.0.0",
1212
"toml>=0.10.2",
1313
"watchfiles>=1.1.0",
@@ -42,6 +42,7 @@ addopts = ["--cov=src", "--cov-report=term-missing", "-ra", "-q"]
4242

4343
[tool.setuptools_scm]
4444
local_scheme = "no-local-version"
45+
version_file = "src/render_engine_cli/__version__.py"
4546

4647
[tool.ruff]
4748
line-length = 120

0 commit comments

Comments
 (0)