diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-22 19:18:37 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-22 19:18:37 -0500 |
| commit | 40436edb86b034979b716695ec68fe55bb656d79 (patch) | |
| tree | 430d5359ae985ead0fd4ac15c8fef107f3faac58 /CHANGES.txt | |
| parent | b6a3ccf987ce2f8d13e1520563223bd76460744a (diff) | |
| download | python-setuptools-git-40436edb86b034979b716695ec68fe55bb656d79.tar.gz | |
Only detect a path as an unpacked egg if it also has an EGG-INFO directory. Fixes #462.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bd05b8bd..60d43fb2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ---- +18.6 +---- + +* Issue #462: Provide a more refined detection of unpacked egg + directories, avoiding detecting zc.recipe.egg wheel as an egg. + +---- 18.5 ---- |
