Skip to content

Commit 079803b

Browse files
authored
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 <[email protected]>
1 parent 0c3142d commit 079803b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ files = ["."]
77
[build-system]
88
requires = [
99
"setuptools >= 35.0.2",
10-
"setuptools_scm >= 2.0.0, <3"
1110
]
1211
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)