Skip to content

Commit cb8df35

Browse files
authored
BUG: Fix typo in version file path
2 parents a5f3c8a + b12f911 commit cb8df35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/{{ package_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
3636
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
3737

3838
[tool.versioningit.write]
39-
file = "{{ package_name }}/_version.py"
39+
file = "{{ module_name }}/_version.py"
4040

4141
[tool.versioningit]
4242
default-version = "0.0.dev0"

0 commit comments

Comments
 (0)