File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,13 +166,13 @@ for more details.
166
166
167
167
The ``requires `` key is a list of packages that are needed to build your package.
168
168
The 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
170
170
dependencies.
171
171
172
172
The ``build-backend `` key is the name of the Python object that frontends will use
173
173
to perform the build.
174
174
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
176
176
backend, or generated by its command line interface. There should be no need for
177
177
you to customize these settings.
178
178
You can’t perform that action at this time.
0 commit comments