diff options
author | PJ Eby <distutils-sig@python.org> | 2006-06-09 18:37:08 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-06-09 18:37:08 +0000 |
commit | b3073b5137a1717aafa0660631b293f420af335a (patch) | |
tree | d33475b7d34eabec20fec98e6daeca3661d1e8df /setuptools.txt | |
parent | f01c17e9e6301a72c54a0b3a5b9d1e21449e4e51 (diff) | |
download | external_python_setuptools-b3073b5137a1717aafa0660631b293f420af335a.tar.gz external_python_setuptools-b3073b5137a1717aafa0660631b293f420af335a.tar.bz2 external_python_setuptools-b3073b5137a1717aafa0660631b293f420af335a.zip |
0.6b3 release
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046793
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setuptools.txt b/setuptools.txt index 6fff960f..467313f2 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2499,11 +2499,11 @@ Release Notes/Change History ---------------------------- 0.6b3 - * Fix bdist_egg not including files in .egg-info subdirectories. + * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``. - * Allow .py files found by the include_package_data option to be + * 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 + ``include_package_data`` and ``package_data`` are used to refer to the same files. 0.6b1 |