Skip to content

Commit

Permalink
Remove unused setuptools_scm build requirement
Browse files Browse the repository at this point in the history
#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 <[email protected]>
  • Loading branch information
Sean Quah committed Nov 4, 2022
1 parent 0c3142d commit 87f135d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ files = ["."]
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 2.0.0, <3"
]
build-backend = "setuptools.build_meta"

0 comments on commit 87f135d

Please sign in to comment.