From f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Fri, 9 Jun 2006 18:26:45 +0000 Subject: Allow .py files found by the include_package_data option to be automatically included. Remove duplicate data file matches if both include_package_data and package_data are used to refer to the same files. (merge from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046791 --- setuptools.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index 49400d00..6fff960f 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2501,6 +2501,11 @@ Release Notes/Change History 0.6b3 * Fix bdist_egg not including files in .egg-info subdirectories. + * Allow .py files found by the include_package_data option to be + automatically included. Remove duplicate data file matches if both + include_package_data and package_data are used to refer to the same + files. + 0.6b1 * Strip ``module`` from the end of compiled extension modules when computing the name of a ``.py`` loader/wrapper. (Python's import machinery ignores -- cgit v1.2.3