From 6672c708f1813978461aff6e5e240a96773ff873 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 28 Jun 2024 17:35:26 +0100 Subject: [PATCH] style: shorter line in pyproject.toml --- psycopg_c/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 1b27b44d5..55c0504d6 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -1,5 +1,9 @@ [build-system] -requires = ["setuptools >= 49.2.0", "wheel >= 0.37", "tomli >= 2.0.1 ; python_version<'3.11'"] +requires = [ + "setuptools >= 49.2.0", + "wheel >= 0.37", + "tomli >= 2.0.1; python_version < '3.11'", +] # The cython_backend is a build backend adding a Cython dependency if the c # source must be build from pxd files (when building from git checkout), and -- 2.47.2