File tree 2 files changed +10
-0
lines changed
docs/html/reference/build-system 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,13 @@ dealing with [the same challenges as pip has for legacy builds](build-output).
130
130
131
131
## Fallback Behaviour
132
132
133
+ ``` {warning}
134
+ The following snippet merely describes the fallback behavior. For valid
135
+ examples of `pyproject.toml` to use with setuptools, please refer to
136
+ [the setuptools documentation](
137
+ https://setuptools.pypa.io/en/stable/userguide/quickstart.html#basic-use).
138
+ ```
139
+
133
140
If a project does not have a ` pyproject.toml ` file containing a ` build-system `
134
141
section, it will be assumed to have the following backend settings:
135
142
Original file line number Diff line number Diff line change
1
+ Add a warning explaining that the snippet in "Fallback behavior" is not a valid
2
+ ``pyproject.toml `` snippet for projects, and link to setuptools documentation
3
+ instead.
You can’t perform that action at this time.
0 commit comments