Skip to content

Commit 47b4008

Browse files
mgornyfelixfontein
andauthored
Switch build-backend to poetry-core (#24)
* Switch build-backend to poetry-core Use poetry-core rather than poetry in pyproject.toml. The former is recommended for PEP 517 builds as it brings a smaller subset of poetry modules needed to perform the build without all the dependencies of the poetry package manager. This makes builds much faster. * Require poetry-core>=1.0.7 Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
1 parent a821e0f commit 47b4008

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
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["poetry>=0.12"]
3-
build-backend = "poetry.masonry.api"
2+
requires = ["poetry-core>=1.0.7"]
3+
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ansible-pygments"

0 commit comments

Comments
 (0)