-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
Description
The section Configuration in the doc is unclear:
version_scheme : str | Callable[[ScmVersion], str]
Configures how the local version number is constructed; either an entrypoint name or a callable.
Can the doc describe the ready-to-use schemes? I think these are described in https://setuptools-scm.readthedocs.io/en/latest/extending/ at Version number construction. I think it would be clearer if the Configuration section of the doc would point to these.
ssbarnea