We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af2d3a + 7e4add6 commit b287c61Copy full SHA for b287c61
1 file changed
source/tutorials/packaging-projects.rst
@@ -330,11 +330,10 @@ if you'd like.
330
to write your content.
331
332
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.
+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.
338
339
340
Creating a LICENSE
0 commit comments