diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-10 21:17:16 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-10 21:17:16 +0000 |
commit | ece23fd51b6eb14ea4a5853ad1a7f315d76ddcf5 (patch) | |
tree | 50d7c6997b9b40e1e216fafff3a2ee6f9d502868 /setuptools.txt | |
parent | ec2e4eaa16bd6a1ca4e9f142a82b5b29701dd6e3 (diff) | |
download | external_python_setuptools-ece23fd51b6eb14ea4a5853ad1a7f315d76ddcf5.tar.gz external_python_setuptools-ece23fd51b6eb14ea4a5853ad1a7f315d76ddcf5.tar.bz2 external_python_setuptools-ece23fd51b6eb14ea4a5853ad1a7f315d76ddcf5.zip |
Fixed redundant warnings about missing ``README`` file(s); it should now
appear only if you are actually a source distribution.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050544
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 3faec067..a2cce583 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2570,6 +2570,9 @@ Release Notes/Change History * Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info`` command, to allow suppressing tags configured in ``setup.cfg``. + * Fixed redundant warnings about missing ``README`` file(s); it should now + appear only if you are actually a source distribution. + 0.6b3 * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``. |