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