Skip to content

Commit 7607fab

Browse files
jeanaschrysle
andauthored
Spaces around >=
Co-authored-by: chrysle <[email protected]>
1 parent 2a71cb9 commit 7607fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ are the values for some common build backends:
6767
.. code-block:: toml
6868
6969
[build-system]
70-
requires = ["setuptools>=61.0"]
70+
requires = ["setuptools >= 61.0"]
7171
build-backend = "setuptools.build_meta"
7272
7373
.. tab:: Flit
7474

7575
.. code-block:: toml
7676
7777
[build-system]
78-
requires = ["flit_core>=3.4"]
78+
requires = ["flit_core >= 3.4"]
7979
build-backend = "flit_core.buildapi"
8080
8181
.. tab:: PDM

0 commit comments

Comments
 (0)