Skip to content

Commit 07bbe0c

Browse files
committed
🔨 script: move __version__ to __init__.py
1 parent 5b4dd5c commit 07bbe0c

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

‎template/pyproject.toml.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ name = "cz_gitmoji"
7575
{%- else %}
7676
name = "cz_conventional_commits"
7777
{%- endif %}
78-
version_files = ["src/{{ project_slug }}/__version__.py"{% if dockerfile %}, "compose.yaml"{% endif %}]
78+
version_files = ["src/{{ project_slug }}/__init__.py"{% if dockerfile %}, "compose.yaml"{% endif %}]
7979
tag_format = "$version"
8080
version_scheme = "pep440"
8181
version_provider = "uv"
File renamed without changes.

‎template/src/{{project_slug}}/__init__.py.jinja‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)