diff options
| -rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index b7631033..854da77a 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1777,6 +1777,9 @@ Release Notes/Change History ---------------------------- 0.6a1 + * Added support for building "old-style" RPMs that don't install an egg for + the target package, using a ``--no-egg`` option. + * The ``build_ext`` command now works better when using the ``--inplace`` option and multiple Python versions. It now makes sure that all extensions match the current Python version, even if newer copies were built for a |
