We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00c7c9 commit e59950eCopy full SHA for e59950e
source/specifications/source-distribution-format.rst
@@ -36,7 +36,8 @@ Source distribution file name
36
The file name of a sdist is not currently standardised, although the *de facto*
37
form is ``{name}-{version}.tar.gz``, where ``{name}`` is the canonicalized form
38
of the project name (see :pep:`503` for the canonicalization rules) with ``-``
39
-characters replaced with ``_``, and ``{version}`` is the project version.
+characters replaced with ``_``, and ``{version}`` is the canonicalized form of
40
+the project version (see :ref:`version-specifiers`).
41
42
The name and version components of the filename MUST match the values stored
43
in the metadata contained in the file.
0 commit comments