We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fb9ad4 + 66121cd commit 7e4add6Copy full SHA for 7e4add6
1 file changed
source/tutorials/packaging-projects.rst
@@ -331,11 +331,10 @@ if you'd like.
331
to write your content.
332
333
334
-Because our build script loads :file:`README.md` to provide a ``long_description``
335
-for :func:`setup`, the :file:`README.md` must be included along with your code
336
-when you `generate a source distribution <generating archives>`_.
337
-:ref:`setuptools` 36.4.0 or above will automatically include :file:`README.md`
338
-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.
339
340
341
Creating a LICENSE
0 commit comments