Skip to content

Commit 3d8cefe

Browse files
committed
Add cross-reference from local_scheme config to implementations
1 parent 34a89a9 commit 3d8cefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
1717
`local_scheme : str | Callable[[ScmVersion], str]`
1818
: Configures how the local component of the version (the optional part after the `+`) is constructed;
1919
either an entrypoint name or a callable.
20+
See [Version number construction](extending.md#setuptools_scmlocal_scheme) for predefined implementations.
2021

2122

2223
`version_file: Path | PathLike[str] | None = None`

0 commit comments

Comments
 (0)