Skip to content

Commit

Permalink
Merge pull request #1892 from mgorny/example-build-backend
Browse files Browse the repository at this point in the history
Fix build-backend values in the example plugins
  • Loading branch information
timothycrosley committed May 11, 2022
2 parents 17af51c + 38a4989 commit 5b1c9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_isort_formatting_plugin/pyproject.toml
Expand Up @@ -17,4 +17,4 @@ black = ">20.08b1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion example_isort_sorting_plugin/pyproject.toml
Expand Up @@ -16,4 +16,4 @@ natsort = ">=7.1.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion example_shared_isort_profile/pyproject.toml
Expand Up @@ -15,4 +15,4 @@ python = ">=3.6"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 5b1c9f0

Please sign in to comment.