Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 4afb717

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #216 from staticdev/poetry-build-system-core
Fix poetry build-system
2 parents 0b4650a + ebd6622 commit 4afb717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ source = ["django_sorting_bootstrap"]
6464
show_missing = true
6565

6666
[build-system]
67-
requires = ["poetry>=0.12"]
68-
build-backend = "poetry.masonry.api"
67+
requires = ["poetry-core>=1.0.0"]
68+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)