PEP 751: make `packages.multiple-entries` optional (#3894)

This commit is contained in:
Brett Cannon 2024-08-04 20:36:55 -07:00 committed by GitHub
parent de536ac430
commit 85040f7b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ unless otherwise specified for the same reason.
``packages.multiple-entries``
-----------------------------
- Optional (defaults to ``false``)
- Boolean
- If package locking via ``[package-lock]``, then the multiple entries for the
same package MUST be mutually exclusive via ``packages.marker`` (this is not