We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49768fb commit 885b5daCopy full SHA for 885b5da
1 file changed
source/tutorials/packaging-projects.rst
@@ -65,7 +65,7 @@ Creating pyproject.toml
65
-----------------------
66
67
:file:`pyproject.toml` is the file that tells build tools (like ``pip`` 10+ and
68
-``build``) what system you are using and what it requires for building. The
+``build``) what system you are using and what is required for building. The
69
default if this file is missing is to assume a classic setuptools build system,
70
but it is better to be explicit; if you have a :file:`pyproject.toml` file, you
71
will be able to rely on ``wheel`` and other packages being present.
0 commit comments