From 4356719589a8478539d265c32117bf05c4f1a026 Mon Sep 17 00:00:00 2001 From: Vladimir Fokow <57260995+VladimirFokow@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:22:04 +0100 Subject: [PATCH] minor: ":" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35166f2a..329904b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ [build-system] # A list of packages that are needed to build your package: requires = ["setuptools"] # REQUIRED if [build-system] table is used -# The name of the Python object that frontends will use to perform the build. +# The name of the Python object that frontends will use to perform the build: build-backend = "setuptools.build_meta" # If not defined, then legacy behavior can happen.