File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ A ``.tar.gz`` source distribution (sdist) contains a single top-level directory
5858called ``{name}-{version} `` (e.g. ``foo-1.0 ``), containing the source files of
5959the package. The name and version MUST match the metadata stored in the file.
6060This directory must also contain a :file: `pyproject.toml ` in the format defined in
61- :ref: `pyproject-toml-spec `, and a `` PKG-INFO ` ` file containing
61+ :ref: `pyproject-toml-spec `, and a :file: ` PKG-INFO ` file containing
6262metadata in the format described in the :ref: `core-metadata ` specification. The
6363metadata MUST conform to at least version 2.2 of the metadata specification.
6464If the metadata version is 2.4 or greater, the source distribution MUST contain
65- any license files specified by the ``License-File `` field in the PKG-INFO
65+ any license files specified by the ``License-File `` field in the :file: ` PKG-INFO `
6666at their respective paths relative to the root directory of the sdist
67- (containing the :file: `pyproject.toml` ` and the `` PKG-INFO ` ` metadata).
67+ (containing the :file: `pyproject.toml` ` and the :file: ` PKG-INFO ` metadata).
6868
6969No other content of a sdist is required or defined. Build systems can store
7070whatever information they need in the sdist to build the project.
You can’t perform that action at this time.
0 commit comments