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 @@ -104,11 +104,11 @@ Creating a test directory
104
104
105
105
106
106
Choosing a build backend
107
- -----------------------
107
+ ------------------------
108
108
109
109
Tools like :ref: `pip ` and :ref: `build ` do not actually convert your sources
110
110
into a :term: `distribution package <Distribution Package> ` (like a wheel);
111
- that job is performed by a _build backend _ . The build backend determines how
111
+ that job is performed by a * build backend * . The build backend determines how
112
112
your project will specify its configuration, including metadata (information
113
113
about the project, for example, the name and tags that are displayed on PyPI)
114
114
and input files. Build backends have different levels of functionality, such as
You can’t perform that action at this time.
0 commit comments