We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03992e3 + a8d0421 commit 1eb62ddCopy full SHA for 1eb62dd
source/specifications/pyproject-toml.rst
@@ -61,6 +61,10 @@ table then the default values as specified above should be used.
61
If the table is specified but is missing required fields then the tool
62
should consider it an error.
63
64
+Tools may choose to present an error to the user if the file exists,
65
+``[build-system]`` table is missing, and there is no clear indication
66
+that the project should be built (e.g., no setup.py/setup.cfg or other
67
+build configuration files, and no ``[project]`` table).
68
69
To provide a type-specific representation of the resulting data from
70
the TOML file for illustrative purposes only, the following
0 commit comments