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 34a89a9 commit 3d8cefeCopy full SHA for 3d8cefe
docs/config.md
@@ -17,6 +17,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
17
`local_scheme : str | Callable[[ScmVersion], str]`
18
: Configures how the local component of the version (the optional part after the `+`) is constructed;
19
either an entrypoint name or a callable.
20
+ See [Version number construction](extending.md#setuptools_scmlocal_scheme) for predefined implementations.
21
22
23
`version_file: Path | PathLike[str] | None = None`
0 commit comments