From 880a1641a2d402b6bd104618cbdd165545cd89d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Sebasti=C3=A3o?= Date: Thu, 2 May 2024 23:05:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix:=20build-system=20on=20pypro?= =?UTF-8?q?ject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ea094a..a037369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]