We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c21fd commit ee3cb5bCopy full SHA for ee3cb5b
docs/config.md
@@ -27,9 +27,9 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
27
!!! warning ""
28
29
Only files with `.py` and `.txt` extensions have builtin templates,
30
- for other file types it is necessary to provide `write_to_template`.
+ for other file types it is necessary to provide `version_file_template`.
31
32
-`version_file_template_template: str | None = None`
+`version_file_template: str | None = None`
33
: A new-style format string that is given the current version as
34
the `version` keyword argument for formatting.
35
0 commit comments