We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a11322 commit df07430Copy full SHA for df07430
1 file changed
source/tutorials/packaging-projects.rst
@@ -373,6 +373,18 @@ MIT license:
373
SOFTWARE.
374
375
376
+Including other files
377
+---------------------
378
+
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>`.
387
388
.. _generating archives:
389
390
Generating distribution archives
0 commit comments