Skip to content

Commit

Permalink
🔧 Fix: build-system on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed May 3, 2024
1 parent 48cd354 commit 880a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mkdocs-git-authors-plugin = ">=0.7.2,<0.9.0"
mkdocs-git-revision-date-localized-plugin = "^1.2.2"

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

[tool.pytest.ini_options]
Expand Down

0 comments on commit 880a164

Please sign in to comment.