mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix bad merge
This commit is contained in:
parent
80d1e0ec38
commit
e23f102cd0
1 changed files with 4 additions and 4 deletions
|
@ -111,6 +111,10 @@ per line, regular files (or symlinks to them) only. If you do supply your own
|
||||||
:file:`MANIFEST`, you must specify everything: the default set of files
|
:file:`MANIFEST`, you must specify everything: the default set of files
|
||||||
described above does not apply in this case.
|
described above does not apply in this case.
|
||||||
|
|
||||||
|
.. versionadded:: 2.7
|
||||||
|
:file:`MANIFEST` files start with a comment indicating they are generated.
|
||||||
|
Files without this comment are not overwritten or removed.
|
||||||
|
|
||||||
See :ref:`manifest_template` section for a syntax reference.
|
See :ref:`manifest_template` section for a syntax reference.
|
||||||
|
|
||||||
.. _manifest-options:
|
.. _manifest-options:
|
||||||
|
@ -162,10 +166,6 @@ This mechanism can be used when the default list of files is not enough.
|
||||||
Principle
|
Principle
|
||||||
---------
|
---------
|
||||||
|
|
||||||
.. versionadded:: 2.7
|
|
||||||
:file:`MANIFEST` files start with a comment indicating they are generated.
|
|
||||||
Files without this comment are not overwritten or removed.
|
|
||||||
|
|
||||||
The manifest template has one command per line, where each command specifies a
|
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
|
set of files to include or exclude from the source distribution. For an
|
||||||
example, let's look at the Distutils' own manifest template::
|
example, let's look at the Distutils' own manifest template::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue