Changed:
- File pattern matching now more closely resembles Git's behavior
Added:
- Implement a minimal version of
prepare_metadata_for_build_wheel
andprepare_metadata_for_build_editable
for non-frontend tools that only need to inspect a project's metadata - Add
metadata
command to view PEP 621 project metadata - Improve error messages for SPDX license errors
- Retroactively support
License-File
for core metadata starting at version 2.1 - Bump the minimum supported version of
pathspec
to 0.10.1
Fixed:
- Allow the valid non-SPDX
license
valuesLicenseRef-Public-Domain
andLicenseRef-Proprietary
- Show the help text of the CLI when no subcommand is selected