mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Added backticks to setuptools in docs.
This commit is contained in:
parent
958e4cfe42
commit
54b23b1835
2 changed files with 13 additions and 13 deletions
|
@ -240,10 +240,10 @@ this. For a small app like polls, this process isn't too difficult.
|
|||
|
||||
#. Only Python modules and packages are included in the package by default. To
|
||||
include additional files, we'll need to create a ``MANIFEST.in`` file. The
|
||||
setuptools docs referred to in the previous step discuss this file in more
|
||||
detail. To include the templates, the ``README.rst`` and our ``LICENSE``
|
||||
file, create a file ``django-polls/MANIFEST.in`` with the following
|
||||
contents:
|
||||
``setuptools`` docs referred to in the previous step discuss this file in
|
||||
more detail. To include the templates, the ``README.rst`` and our
|
||||
``LICENSE`` file, create a file ``django-polls/MANIFEST.in`` with the
|
||||
following contents:
|
||||
|
||||
.. code-block:: text
|
||||
:caption: ``django-polls/MANIFEST.in``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue