From 40436edb86b034979b716695ec68fe55bb656d79 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 22 Nov 2015 19:18:37 -0500 Subject: Only detect a path as an unpacked egg if it also has an EGG-INFO directory. Fixes #462. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index bd05b8bd..60d43fb2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,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 ---- -- cgit v1.2.3