Skip to content

Commit b287c61

Browse files
authored
Merge branch 'main' into 866-package-name
2 parents 3af2d3a + 7e4add6 commit b287c61

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,10 @@ if you'd like.
330330
to write your content.
331331
332332
333-
Because our build script loads :file:`README.md` to provide a ``long_description``
334-
for :func:`setup`, the :file:`README.md` must be included along with your code
335-
when you `generate a source distribution <generating archives>`_.
336-
:ref:`setuptools` 36.4.0 or above will automatically include :file:`README.md`
337-
if it exists.
333+
Because our configuration loads :file:`README.md` to provide a
334+
``long_description``, :file:`README.md` must be included along with your
335+
code when you :ref:`generate a source distribution <generating archives>`.
336+
Recent versions of :ref:`setuptools` will do this automatically.
338337

339338

340339
Creating a LICENSE

0 commit comments

Comments
 (0)