File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
11
11
: Relative path to the SCM root, defaults to ` . ` and is relative to the file path passed in ` relative_to `
12
12
13
13
` version_scheme : str | Callable[[ScmVersion], str] `
14
- : Configures how the local version number is constructed; either an entrypoint name or a callable.
14
+ : Configures how the version number is constructed; either an entrypoint name or a callable.
15
+ See [ Version number construction] ( extending.md#setuptools_scmversion_scheme ) for predefined implementations.
15
16
16
17
` local_scheme : str | Callable[[ScmVersion], str] `
17
- : Configures how the local component of the version is constructed
18
+ : Configures how the local component of the version (the optional part after the ` + ` ) is constructed;
18
19
either an entrypoint name or a callable.
20
+ See [ Version number construction] ( extending.md#setuptools_scmlocal_scheme ) for predefined implementations.
19
21
20
22
21
23
` version_file: Path | PathLike[str] | None = None `
You can’t perform that action at this time.
0 commit comments