From cf299fcb838f388a210569df7f5419fe762f26c7 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Thu, 26 Sep 2024 13:05:05 +0200 Subject: [PATCH] Update setuptools/command/bdist_wheel.py Co-authored-by: Anderson Bravalheri --- setuptools/command/bdist_wheel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setuptools/command/bdist_wheel.py b/setuptools/command/bdist_wheel.py index 83abe6e0c3..aeade98f6f 100644 --- a/setuptools/command/bdist_wheel.py +++ b/setuptools/command/bdist_wheel.py @@ -458,6 +458,7 @@ def run(self): distinfo_dir = os.path.join(self.bdist_dir, distinfo_dirname) if self.dist_info_dir: # Use the given dist-info directly. + log.debug(f"reusing {self.dist_info_dir}") shutil.copytree(self.dist_info_dir, distinfo_dir) # Egg info is still generated, so remove it now to avoid it getting # copied into the wheel.