Skip to content

Commit 6c85856

Browse files
committed
refactor: use term for Source Distribution
1 parent df07430 commit 6c85856

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,15 @@ MIT license:
376376
Including other files
377377
---------------------
378378

379-
The files listed above will be included automatically in your source
380-
distribution (SDist). If you want to control what goes in the SDist, see
381-
:ref:`Using MANIFEST.in`.
382-
383-
The final wheel will have the Python files in the discovered or listed Python
384-
packages. If you want to control what goes in the wheel, such as to add data
385-
files, see :std:doc:`Including Data Files <setuptools:userguide/datafiles>`
386-
from the :std:doc:`setuptools docs <setuptools:index>`.
379+
The files listed above will be included automatically in your
380+
:term:`Source Distribution (or "sdist")`. If you want to control what goes in this
381+
explicitly, see :ref:`Using MANIFEST.in`.
382+
383+
The final :term:`Built Distribution` will have the Python files in the
384+
discovered or listed Python packages. If you want to control what goes here,
385+
such as to add data files, see :std:doc:`Including Data Files
386+
<setuptools:userguide/datafiles>` from the :std:doc:`setuptools docs
387+
<setuptools:index>`.
387388

388389
.. _generating archives:
389390

0 commit comments

Comments
 (0)