We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c57a0 commit 311b358Copy full SHA for 311b358
1 file changed
source/specifications/source-distribution-format.rst
@@ -24,8 +24,8 @@ Source distribution file name
24
25
The file name of a sdist is not currently standardised, although the *de facto*
26
form is ``{name}-{version}.tar.gz``, where ``{name}`` is the canonicalized form
27
-of the project name (see :pep:`503` for the canonicalization rules) and
28
-``{version}`` is the project version.
+of the project name (see :pep:`503` for the canonicalization rules) with ``-``
+characters replaced with ``_``, and ``{version}`` is the project version.
29
30
The name and version components of the filename MUST match the values stored
31
in the metadata contained in the file.
0 commit comments