diff options
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |