Skip to content

Commit 2cb886b

Browse files
committed
fix: explicit build backend
1 parent 9310ce2 commit 2cb886b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ universal = true
5858
[tool.semantic_release]
5959
version_toml = [
6060
"pyproject.toml:project.version",
61-
]
61+
]
62+
63+
[build-system]
64+
requires = ["setuptools"]
65+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)