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.
license
pyprojcet.toml
1 parent 56c1fef commit 6ae0da5Copy full SHA for 6ae0da5
source/specifications/pyproject-toml.rst
@@ -259,6 +259,11 @@ Text string that is a valid SPDX
259
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 ``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.
266
+
267
Legacy specification
268
''''''''''''''''''''
269
0 commit comments