Skip to content

Commit 269aa29

Browse files
committed
Tweak README section
1 parent f6a1cfe commit 269aa29

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
@@ -333,11 +333,10 @@ if you'd like.
333333
to write your content.
334334
335335
336-
Because our build script loads :file:`README.md` to provide a ``long_description``
337-
for :func:`setup`, the :file:`README.md` must be included along with your code
338-
when you `generate a source distribution <generating archives>`_.
339-
:ref:`setuptools` 36.4.0 or above will automatically include :file:`README.md`
340-
if it exists.
336+
Because our configuration loads :file:`README.md` to provide a
337+
``long_description``, :file:`README.md` must be included along with your
338+
code when you :ref:`generate a source distribution <generating archives>`.
339+
Recent versions of :ref:`setuptools` will do this automatically.
341340

342341

343342
Creating a LICENSE

0 commit comments

Comments
 (0)