Skip to content

Commit 354aac5

Browse files
committed
Reformat to fix syntax highlighting
1 parent f6a1cfe commit 354aac5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,11 @@ The files listed above will be included automatically in your
380380
:term:`source distribution <Source Distribution (or "sdist")>`. If you want to control what goes in this
381381
explicitly, see :ref:`Using MANIFEST.in`.
382382

383-
The final :term:`built distribution <Built Distribution>` will
384-
have the Python files in the
385-
discovered or listed Python packages. If you want to control what goes here,
386-
such as to add data files, see :std:doc:`Including Data Files
387-
<setuptools:userguide/datafiles>` from the :std:doc:`setuptools docs
388-
<setuptools:index>`.
383+
The final :term:`built distribution <Built Distribution>` will have the Python
384+
files in the discovered or listed Python packages. If you want to control what
385+
goes here, such as to add data files, see
386+
:std:doc:`Including Data Files <setuptools:userguide/datafiles>`
387+
from the :std:doc:`setuptools docs <setuptools:index>`.
389388

390389
.. _generating archives:
391390

0 commit comments

Comments
 (0)