We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0930c commit ee5ce2aCopy full SHA for ee5ce2a
1 file changed
source/tutorials/packaging-projects.rst
@@ -380,7 +380,8 @@ 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` will have the Python files in the
+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
0 commit comments