Skip to content

Commit 5da5bc6

Browse files
pfmoorewebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 311b358 commit 5da5bc6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/specifications/binary-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Binary distribution format
66
==========================
77

8-
The binary distribution format (``wheel``) is defined in :pep:`427`.
8+
The binary distribution format (:term:`wheel <Wheel>`) is defined in :pep:`427`.

source/specifications/source-distribution-format.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Source distribution format
66
==========================
77

88
The current standard format of source distribution format is identified by the
9-
presence of a ``pyproject.toml`` file in the distribution archive. The layout
9+
presence of a :file:`pyproject.toml` file in the distribution archive. The layout
1010
of such a distribution was originally specified in :pep:`517` and is formally
1111
documented here.
1212

1313
There is also the legacy source distribution format, implicitly defined by the
1414
behaviour of ``distutils`` module in the standard library, when executing
15-
``setup.py sdist``. This document does not attempt to standardise this format,
15+
:command:`setup.py sdist`. This document does not attempt to standardise this format,
1616
except to note that if a legacy sdist contains a ``PKG-INFO`` file holding
1717
metadata version 2.2 or later, that sdist MUST follow the rules for sdists
1818
defined by the metadata specification.
@@ -33,10 +33,10 @@ in the metadata contained in the file.
3333
Source distribution file format
3434
===============================
3535

36-
A .tar.gz source distribution (sdist) contains a single top-level directory
36+
A ``.tar.gz`` source distribution (sdist) contains a single top-level directory
3737
called ``{name}-{version}`` (e.g. ``foo-1.0``), containing the source files of
3838
the package. The name and version MUST match the metadata stored in the file.
39-
This directory must also contain a ``pyproject.toml`` in the format defined in
39+
This directory must also contain a :file:`pyproject.toml` in the format defined in
4040
:ref:`declaring-build-dependencies`, and a ``PKG-INFO`` file containing
4141
metadata in the format described in the :ref:`core-metadata` specification. The
4242
metadata MUST conform to at least version 2.2 of the metadata specification.

0 commit comments

Comments
 (0)