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 327b428 commit c633987Copy full SHA for c633987
docs/config.md
@@ -11,7 +11,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
11
: Relative path to the SCM root, defaults to `.` and is relative to the file path passed in `relative_to`
12
13
`version_scheme : str | Callable[[ScmVersion], str]`
14
-: Configures how the local version number is constructed; either an entrypoint name or a callable.
+: 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.
16
17
`local_scheme : str | Callable[[ScmVersion], str]`
0 commit comments