From e956e1714653a7832f696465046bbc00e4e7ad98 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:21:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04378c8c..7876b9aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "flit_core.buildapi" requires = [ - "flit_core<4,>=3.2", + "flit-core<4,>=3.2", ] [project] @@ -24,8 +24,7 @@ dynamic = [ "description", "version", ] -[project.urls] -"GitHub" = "https://github.com/pypa/installer" +urls."GitHub" = "https://github.com/pypa/installer" [tool.mypy] files = "src,tools"