Skip to content

Commit 359ec70

Browse files
author
CoderDeltaLAN
committed
build: define build backend (poetry-core)
1 parent 9d52d28 commit 359ec70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ python_version = "3.11"
3131
warn_unused_ignores = true
3232
warn_redundant_casts = true
3333
disallow_untyped_defs = true
34+
35+
[build-system]
36+
requires = ["poetry-core>=1.0.0"]
37+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)