diff options
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 0997122a..9f6fed9e 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2623,6 +2623,11 @@ Release Notes/Change History ``develop`` and the source directory is a subdirectory of the installation target directory. + * Fix a problem installing eggs with a system packaging tool if the project + contained an implicit namespace package; for example if the ``setup()`` + listed a namespace package ``foo.bar`` without explicitly listing ``foo`` + as a namespace package. + 0.6c3 * Fixed breakages caused by Subversion 1.4's new "working copy" format |