We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae5039a + bc00c3f commit d58d597Copy full SHA for d58d597
1 file changed
source/tutorials/packaging-projects.rst
@@ -373,6 +373,20 @@ MIT license:
373
SOFTWARE.
374
375
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
390
.. _generating archives:
391
392
Generating distribution archives
0 commit comments