diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-18 22:14:00 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-18 22:14:00 +0000 |
commit | fa18a05dd386ba3ec5b5099cfb51b988ea817d41 (patch) | |
tree | 205131a50e07dfa08537ac7e748b3992cd4e4736 | |
parent | 3536c85d4ef8a3e879a4c6e2ae87fff8c3bfec12 (diff) | |
download | external_python_setuptools-fa18a05dd386ba3ec5b5099cfb51b988ea817d41.tar.gz external_python_setuptools-fa18a05dd386ba3ec5b5099cfb51b988ea817d41.tar.bz2 external_python_setuptools-fa18a05dd386ba3ec5b5099cfb51b988ea817d41.zip |
Fix incorrect release note regarding the egg_info/sdist fix.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050707
-rwxr-xr-x | setuptools.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/setuptools.txt b/setuptools.txt index f86c47d2..7cfc3815 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2577,10 +2577,12 @@ Release Notes/Change History * Support ``extra_path`` option to ``setup()`` when ``install`` is run in backward-compatibility mode. - * Rewrite ``setup.cfg`` in ``sdist`` distributions to include any ``egg_info`` - options that were set on the command line when ``sdist`` was run, so that - the building from the source distribution will create a package with an - identical version number (unless ``--tag-date`` is in effect). + * Source distributions now always include a ``setup.cfg`` file that explicitly + sets ``egg_info`` options such that they produce an identical version number + to the source distribution's version number. (Previously, the default + version number could be different due to the use of ``--tag-date``, or if + the version was overridden on the command line that built the source + distribution.) 0.6b4 * Fix ``register`` not obeying name/version set by ``egg_info`` command, if |