Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused
setuptools_scm
build requirement (#54)
#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. Signed-off-by: Sean Quah <seanq@matrix.org>
- Loading branch information