Skip to content

Commit 0049ff8

Browse files
authored
Apply suggestions from code review
1 parent c6b8bbd commit 0049ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
168168
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
170170
dependencies.
171171

172172
The ``build-backend`` key is the name of the Python object that frontends will use
173173
to 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
176176
backend, or generated by its command line interface. There should be no need for
177177
you to customize these settings.
178178

0 commit comments

Comments
 (0)