You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I reached this page while digging about how to force setuptools-scm to avoid adding the devXX suffix when building locally as I have some output example inside my docs and I do not want to show versions with dev there when building from main, even if they are correct. I would rather prefer to make it use the last tag from git instead for this particular case.
The section Configuration in the doc is unclear:
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.
The text was updated successfully, but these errors were encountered: