Nowadays setuptools-scm recommends to use pyproject.toml for configuration: https://github.com/pypa/setuptools_scm#pyprojecttoml-usage, while we still use `setup(use_scm_version=..)` in setup.py.