Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56a5904

Browse files
committed
Reintroduce versionchanged tags, but with correct version.
1 parent b70ccc3 commit 56a5904

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Doc/distutils/setupscript.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ way. From the PyXML setup script::
454454
scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val']
455455
)
456456

457+
.. versionchanged:: 3.1
458+
All the scripts will also be added to the ``MANIFEST`` file if no template is
459+
provided. See :ref:`manifest`.
460+
457461

458462
.. _distutils-installing-package-data:
459463

@@ -498,6 +502,11 @@ The corresponding call to :func:`setup` might be::
498502
)
499503

500504

505+
.. versionchanged:: 3.1
506+
All the files that match ``package_data`` will be added to the ``MANIFEST``
507+
file if no template is provided. See :ref:`manifest`.
508+
509+
501510
.. _distutils-additional-files:
502511

503512
Installing Additional Files
@@ -534,6 +543,10 @@ without specifying a target directory, but this is not recommended, and the
534543
files directly in the target directory, an empty string should be given as the
535544
directory.
536545

546+
.. versionchanged:: 3.1
547+
All the files that match ``data_files`` will be added to the ``MANIFEST``
548+
file if no template is provided. See :ref:`manifest`.
549+
537550

538551
.. _meta-data:
539552

0 commit comments

Comments
 (0)