]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
style: shorter line in pyproject.toml 846/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 28 Jun 2024 16:35:26 +0000 (17:35 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 28 Jun 2024 16:37:14 +0000 (18:37 +0200)
psycopg_c/pyproject.toml

index 1b27b44d5277cf7fb94c2b83ce317578580a984f..55c0504d60cdb571710b0a85baaed7261347d58f 100644 (file)
@@ -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