@@ -115,7 +115,7 @@ def resolve_pyproject_toml(
115
115
116
116
:param build_system: the "build_system" value specified in a project's
117
117
pyproject.toml file, or None if the project either doesn't have the
118
- file or does but the file doesn't have a "build_system" value .
118
+ file or does but the file doesn't have a [build-system] table .
119
119
:param has_pyproject: whether the project has a pyproject.toml file.
120
120
:param has_setup: whether the project has a setup.py file.
121
121
:param use_pep517: whether the user requested PEP 517 processing. None
@@ -160,7 +160,7 @@ def resolve_pyproject_toml(
160
160
'for pyproject.toml-style projects. '
161
161
'This project is pyproject.toml-style because it has a '
162
162
'pyproject.toml file and a "build-backend" key for the '
163
- '"build_system" value , but editable mode is undefined '
163
+ '[build-system] table , but editable mode is undefined '
164
164
'for pyproject.toml-style projects. '
165
165
'Since the project has a setup.py, you may pass '
166
166
'--no-use-pep517 to opt out of pyproject.toml-style '
@@ -177,7 +177,7 @@ def resolve_pyproject_toml(
177
177
'for pyproject.toml-style projects: '
178
178
'this project is pyproject.toml-style because it has a '
179
179
'pyproject.toml file and a "build-backend" key for the '
180
- '"build_system" value , but editable mode is undefined '
180
+ '[build-system] table , but editable mode is undefined '
181
181
'for pyproject.toml-style projects. '
182
182
'See PEP 517 for details on pyproject.toml-style projects.'
183
183
).format (req_name )
@@ -204,7 +204,7 @@ def resolve_pyproject_toml(
204
204
'project as pyproject.toml-style because it has a '
205
205
'pyproject.toml file. Since the project has a setup.py and '
206
206
'the pyproject.toml has no "build-backend" key for the '
207
- '"build_system" value , you may pass --no-use-pep517 to opt '
207
+ '[build-system] table , you may pass --no-use-pep517 to opt '
208
208
'out of pyproject.toml-style processing. '
209
209
'See PEP 517 for details on pyproject.toml-style projects.'
210
210
).format (req_name )
0 commit comments