Skip to content

Commit 89cf209

Browse files
committed
Strengthen
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 7705a46 commit 89cf209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/specifications/source-distribution-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ No other content of a sdist is required or defined. Build systems can store
7575
whatever information they need in the sdist to build the project.
7676

7777
The tarball MUST use the modern POSIX.1-2001 pax tar format, which specifies
78-
UTF-8 based file names. In particular, source distribution files must be readable
78+
UTF-8 based file names. In particular, source distribution files MUST be readable
7979
using the standard library tarfile module with the open flag 'r:gz'.
8080

8181
Source distributions MUST NOT use non-pax features, even if those features are
82-
structurally compatible with the pax standard. Installers and other consumers MAY
82+
structurally compatible with the pax standard. Installers and other consumers SHOULD
8383
reject source distributions that are not strictly pax-conforming.
8484

8585
Examples of non-pax features include GNU-style or legacy ("V7")-style tar members

0 commit comments

Comments
 (0)