We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32fa215 + 885b5da commit 1f66f1aCopy full SHA for 1f66f1a
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 required 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