Skip to content

Commit 4d05c0c

Browse files
committed
Minor adjustment in paragraph
1 parent 68d5dcb commit 4d05c0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,14 @@ cases you may need to place data files *outside* of your :term:`packages
466466
It is mostly useful if you need to install files which are used by other
467467
programs, which may be unaware of Python packages.
468468

469-
Each ``(directory, files)`` pair in the sequence specifies the installation
470-
directory and the files to install there. The ``directory`` must be a relative
469+
Each "(directory, files)" pair in the sequence specifies the installation
470+
directory and the files to install there. The "directory" must be a relative
471471
path (although this may change in the future, see
472-
`wheel Issue #92 <https://github.com/pypa/wheel/issues/92>`_).
472+
`wheel Issue #92 <https://github.com/pypa/wheel/issues/92>`_),
473473
and it is interpreted relative to the installation prefix
474474
(Python’s ``sys.prefix`` for a default installation;
475475
``site.USER_BASE`` for a user installation).
476-
Each file name in ``files`` is interpreted relative to the :file:`setup.py`
476+
Each file name in "files" is interpreted relative to the :file:`setup.py`
477477
script at the top of the project source distribution.
478478

479479
For more information see the distutils section on `Installing Additional Files

0 commit comments

Comments
 (0)