We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1cfe commit 269aa29Copy full SHA for 269aa29
1 file changed
source/tutorials/packaging-projects.rst
@@ -333,11 +333,10 @@ if you'd like.
333
to write your content.
334
335
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.
+Because our configuration loads :file:`README.md` to provide a
+``long_description``, :file:`README.md` must be included along with your
+code when you :ref:`generate a source distribution <generating archives>`.
+Recent versions of :ref:`setuptools` will do this automatically.
341
342
343
Creating a LICENSE
0 commit comments