vcs_version
Generates a version string from VCS state.
Uses a constrained but useful subset of the full functionality of setuptools_scm (https://github.com/pypa/setuptools_scm). These constraints avoid pitfalls in the interaction of setuptools_scm with Pants's hermetic environments.
In particular, we ignore any existing setuptools_scm config. Instead you must provide a subset of that config in this target's fields.
If you need functionality that is not currently exposed here, please reach out to us at https://www.pantsbuild.org/v2.15/docs/getting-help.
Backend: pants.backend.experimental.python