Skip to content

Commit bc00c3f

Browse files
authored
Merge pull request #868 from henryiii/fix/867
2 parents 3a11322 + ee5ce2a commit bc00c3f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,20 @@ MIT license:
373373
SOFTWARE.
374374
375375
376+
Including other files
377+
---------------------
378+
379+
The files listed above will be included automatically in your
380+
:term:`source distribution <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 <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>`.
389+
376390
.. _generating archives:
377391

378392
Generating distribution archives

0 commit comments

Comments
 (0)