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 3c145df commit 327b428Copy full SHA for 327b428
docs/config.md
@@ -12,6 +12,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
12
13
`version_scheme : str | Callable[[ScmVersion], str]`
14
: Configures how the local version number is constructed; either an entrypoint name or a callable.
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
0 commit comments