Commit 82a132d2 authored by Georg Brandl's avatar Georg Brandl

Reintroduce versionchanged tags, but with correct version.

parent 58f41617
...@@ -454,6 +454,10 @@ way. From the PyXML setup script:: ...@@ -454,6 +454,10 @@ way. From the PyXML setup script::
scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val'] scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val']
) )
.. versionchanged:: 3.1
All the scripts will also be added to the ``MANIFEST`` file if no template is
provided. See :ref:`manifest`.
.. _distutils-installing-package-data: .. _distutils-installing-package-data:
...@@ -498,6 +502,11 @@ The corresponding call to :func:`setup` might be:: ...@@ -498,6 +502,11 @@ The corresponding call to :func:`setup` might be::
) )
.. versionchanged:: 3.1
All the files that match ``package_data`` will be added to the ``MANIFEST``
file if no template is provided. See :ref:`manifest`.
.. _distutils-additional-files: .. _distutils-additional-files:
Installing Additional Files Installing Additional Files
...@@ -534,6 +543,10 @@ without specifying a target directory, but this is not recommended, and the ...@@ -534,6 +543,10 @@ without specifying a target directory, but this is not recommended, and the
files directly in the target directory, an empty string should be given as the files directly in the target directory, an empty string should be given as the
directory. directory.
.. versionchanged:: 3.1
All the files that match ``data_files`` will be added to the ``MANIFEST``
file if no template is provided. See :ref:`manifest`.
.. _meta-data: .. _meta-data:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment