diff options
author | PJ Eby <distutils-sig@python.org> | 2006-06-09 18:26:45 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-06-09 18:26:45 +0000 |
commit | f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51 (patch) | |
tree | 3dd5cc37b5f43f952c82740a90a979f9bedb7b52 /setuptools.txt | |
parent | 977692d0a929ef4d03b8f9181f2c29fa1fbdd57e (diff) | |
download | external_python_setuptools-f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51.tar.gz external_python_setuptools-f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51.tar.bz2 external_python_setuptools-f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51.zip |
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
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 |