Skip to content

Commit 1b65bda

Browse files
committed
Specify build backend as setuptools.
1 parent 032cd0d commit 1b65bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ profile = "black"
55
addopts = "-s --tb=short"
66

77
[build-system]
8-
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
8+
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
9+
build-backend = "setuptools.build_meta"
910

1011
[tool.setuptools_scm]
1112
version_scheme = "post-release"

0 commit comments

Comments
 (0)