We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b1f5e commit aadd402Copy full SHA for aadd402
1 file changed
source/specifications/source-distribution-format.rst
@@ -74,7 +74,7 @@ at their respective paths relative to the root directory of the sdist
74
No other content of a sdist is required or defined. Build systems can store
75
whatever information they need in the sdist to build the project.
76
77
-The tarball should use the modern POSIX.1-2001 pax tar format, which specifies
+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
79
using the standard library tarfile module with the open flag 'r:gz'.
80
0 commit comments