File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments