aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-06-09 18:26:45 +0000
committerPJ Eby <distutils-sig@python.org>2006-06-09 18:26:45 +0000
commitf01c17e9e6301a72c54a0b3a5b9d1e21449e4e51 (patch)
tree3dd5cc37b5f43f952c82740a90a979f9bedb7b52 /setuptools.txt
parent977692d0a929ef4d03b8f9181f2c29fa1fbdd57e (diff)
downloadexternal_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-xsetuptools.txt5
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