diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-18 16:55:23 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-18 16:55:23 +0000 |
commit | 3536c85d4ef8a3e879a4c6e2ae87fff8c3bfec12 (patch) | |
tree | bff81a9d3599947ac79591ab1ed690ba3e9760e8 /setuptools.txt | |
parent | 5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6 (diff) | |
download | external_python_setuptools-3536c85d4ef8a3e879a4c6e2ae87fff8c3bfec12.tar.gz external_python_setuptools-3536c85d4ef8a3e879a4c6e2ae87fff8c3bfec12.tar.bz2 external_python_setuptools-3536c85d4ef8a3e879a4c6e2ae87fff8c3bfec12.zip |
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.)
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050703
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 3af251f0..f86c47d2 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2577,6 +2577,11 @@ 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). + 0.6b4 * Fix ``register`` not obeying name/version set by ``egg_info`` command, if ``egg_info`` wasn't explicitly run first on the same command line. |