Skip to content

Commit 8e59c44

Browse files
committed
Build: Remove setuptools-scm dependency
We don't seem to actually be using this, we tag and release. But there is evidence this is affecting the dist building when there is no history checkout.
1 parent e717b6d commit 8e59c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.2", "setuptools-scm"]
2+
requires = ["setuptools>=61.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)