File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ No other content of a sdist is required or defined. Build systems can store
7575whatever information they need in the sdist to build the project.
7676
7777The 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
7979using the standard library tarfile module with the open flag 'r:gz'.
8080
8181Source 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
8383reject source distributions that are not strictly pax-conforming.
8484
8585Examples of non-pax features include GNU-style or legacy ("V7")-style tar members
You can’t perform that action at this time.
0 commit comments