File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -466,14 +466,14 @@ cases you may need to place data files *outside* of your :term:`packages
466466It is mostly useful if you need to install files which are used by other
467467programs, 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
471471path (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 >`_),
473473and 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 `
477477script at the top of the project source distribution.
478478
479479For more information see the distutils section on `Installing Additional Files
You can’t perform that action at this time.
0 commit comments