52 introduced a build dependency on setuptools_scm.
According to https://github.com/pypa/setuptools_scm, usage of
setuptools_scm involves either a [tool.setuptools_scm] section in
pyproject.toml, or use_scm_version=True in setup.py. We do neither
of those things, so this build requirement ought to be safe to remove.
52 introduced a build dependency on
setuptools_scm
.According to https://github.com/pypa/setuptools_scm, usage of
setuptools_scm
involves either a[tool.setuptools_scm]
section inpyproject.toml
, oruse_scm_version=True
insetup.py
. We do neither of those things, so this build requirement ought to be safe to remove.Resolves #53.
Signed-off-by: Sean Quah seanq@matrix.org