This commit is contained in:
Michał Górny 2023-12-10 09:48:12 +02:00 committed by GitHub
commit fc76f52c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -130,6 +130,13 @@ dealing with [the same challenges as pip has for legacy builds](build-output).
## Fallback Behaviour
```{warning}
The following snippet merely describes the fallback behavior. For valid
examples of `pyproject.toml` to use with setuptools, please refer to
[the setuptools documentation](
https://setuptools.pypa.io/en/stable/userguide/quickstart.html#basic-use).
```
If a project does not have a `pyproject.toml` file containing a `build-system`
section, it will be assumed to have the following backend settings:

3
news/12122.doc.rst Normal file
View File

@ -0,0 +1,3 @@
Add a warning explaining that the snippet in "Fallback behavior" is not a valid
``pyproject.toml`` snippet for projects, and link to setuptools documentation
instead.