Skip to content

Commit 0fba2a9

Browse files
committed
When license-files are not defined, tools are free to choose
1 parent 32d55c8 commit 0fba2a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: source/specifications/pyproject-toml.rst

+3
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ Build tools:
301301
If the ``license-files`` key is present and
302302
is set to a value of an empty array, then tools MUST NOT include any
303303
license files and MUST NOT raise an error.
304+
If the ``license-files`` key is not defined, tools can decide how to handle
305+
license files. For example they can choose not to include any files or use
306+
their own logic to discover the appropriate files in the distribution.
304307

305308

306309
``authors``/``maintainers``

0 commit comments

Comments
 (0)