matrix-org / python-canonicaljson

Canonical JSON
Apache License 2.0
31 stars 15 forks source link

Remove unused `setuptools_scm` build requirement #54

Closed squahtx closed 2 years ago

squahtx commented 2 years ago

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.

Resolves #53.

Signed-off-by: Sean Quah seanq@matrix.org