aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt5
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.