Skip to content

Commit 16db471

Browse files
authored
Merge pull request #1009 from DiddiLeija/remove-manifest-file
2 parents 76492f6 + 9edd205 commit 16db471

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ are not automatically included in a source distribution. For details on
112112
writing a :file:`MANIFEST.in` file, including a list of what's included by
113113
default, see ":ref:`Using MANIFEST.in`".
114114

115-
For an example, see the `MANIFEST.in
116-
<https://github.com/pypa/sampleproject/blob/main/MANIFEST.in>`_ from the `PyPA
117-
sample project <https://github.com/pypa/sampleproject>`_.
115+
However, you may not have to use a :file:`MANIFEST.in`. For an example, the `PyPA
116+
sample project <https://github.com/pypa/sampleproject>`_ has removed its manifest
117+
file, since all the necessary files have been included by :ref:`setuptools` 43.0.0
118+
and newer.
118119

119120
.. note:: :file:`MANIFEST.in` does not affect binary distributions such as wheels.
120121

0 commit comments

Comments
 (0)