File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,13 +166,13 @@ for more details.
166166
167167 The ``requires `` key is a list of packages that are needed to build your package.
168168The front end should install them automatically when building your package.
169- There will always be your build backend package, and potentially other build-time
169+ This should always include your backend's package, and might have other build-time
170170dependencies.
171171
172172The ``build-backend `` key is the name of the Python object that frontends will use
173173to perform the build.
174174
175- Both of these values will be given to you by the documentation for your build
175+ Both of these values will be provided by the documentation for your build
176176backend, or generated by its command line interface. There should be no need for
177177you to customize these settings.
178178
You can’t perform that action at this time.
0 commit comments