Skip to content

Commit ecf32d9

Browse files
authored
Merge pull request pypa#2058 from woodruffw-forks/ww/pax
sdist: fix normative language around pax
2 parents a9b1f5e + aadd402 commit ecf32d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/specifications/source-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ at their respective paths relative to the root directory of the sdist
7474
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

77-
The tarball should use the modern POSIX.1-2001 pax tar format, which specifies
77+
The tarball must use the modern POSIX.1-2001 pax tar format, which specifies
7878
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

0 commit comments

Comments
 (0)