Skip to content

Commit

Permalink
When license-files are not defined, tools are free to choose
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Dec 13, 2024
1 parent 80f145b commit ee95f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/specifications/pyproject-toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ Build tools:
If the ``license-files`` key is present and
is set to a value of an empty array, then tools MUST NOT include any
license files and MUST NOT raise an error.
If the ``license-files`` key is not defined, tools can decide how to handle
license files. For example they can choose not to include any files or use
their own logic to discover the appropriate files in the distribution.


``authors``/``maintainers``
Expand Down

0 comments on commit ee95f84

Please sign in to comment.