We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6f970 commit 3851b07Copy full SHA for 3851b07
1 file changed
source/specifications/pyproject-toml.rst
@@ -260,9 +260,10 @@ as specified in :doc:`/specifications/license-expression`.
260
Tools SHOULD validate and perform case normalization of the expression.
261
262
This key should **only** be specified if the license expression for any
263
-and all distribution files generated from the :file:`pyproject.toml` is the
264
-same as the one specified. If the license expression will differ then
265
-it should either be specified as dynamic or not set at all.
+and all distribution files created by a build backend using the
+:file:`pyproject.toml` is the same as the one specified. If the license
+expression will differ then it should either be specified as dynamic or
266
+not set at all.
267
268
Legacy specification
269
''''''''''''''''''''
0 commit comments