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:
)
+.. 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:
Installing Additional Files
files directly in the target directory, an empty string should be given as the
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: