Does anyone know if it is possible to use the Meson-python / Meson build system with versioneer? If no, then this is a feature request!
In the pyproject.toml, the meson-python backend is chosen by setting
[build-system]
build-backend = 'mesonpy'
As far as I can tell, you can't use versioneer as it requires the setuptools.build_meta backend.