aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-07-10 21:17:16 +0000
committerPJ Eby <distutils-sig@python.org>2006-07-10 21:17:16 +0000
commitece23fd51b6eb14ea4a5853ad1a7f315d76ddcf5 (patch)
tree50d7c6997b9b40e1e216fafff3a2ee6f9d502868 /setuptools.txt
parentec2e4eaa16bd6a1ca4e9f142a82b5b29701dd6e3 (diff)
downloadexternal_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-xsetuptools.txt3
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``.