summaryrefslogtreecommitdiff
path: root/Doc/distutils/sourcedist.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/distutils/sourcedist.rst')
-rw-r--r--Doc/distutils/sourcedist.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index fb70514b79..35aea1e39a 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -133,7 +133,9 @@ described above does not apply in this case.
The manifest template has one command per line, where each command specifies a
set of files to include or exclude from the source distribution. For an
-example, again we turn to the Distutils' own manifest template::
+example, again we turn to the Distutils' own manifest template:
+
+.. code-block:: none
include *.txt
recursive-include examples *.txt *.py