Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/specifications/pyproject-toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ table then the default values as specified above should be used.
If the table is specified but is missing required fields then the tool
should consider it an error.

Tools may choose to present an error to the user if the file exists,
``[build-system]`` table is missing, and there is no clear indication
that the project should be built (e.g., no setup.py/setup.cfg or other
build configuration files, and no ``[project]`` table).

To provide a type-specific representation of the resulting data from
the TOML file for illustrative purposes only, the following
Expand Down