Skip to content

Commit cf299fc

Browse files
pelsonabravalheri
andauthored
Update setuptools/command/bdist_wheel.py
Co-authored-by: Anderson Bravalheri <[email protected]>
1 parent 2f3b273 commit cf299fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/command/bdist_wheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ def run(self):
458458
distinfo_dir = os.path.join(self.bdist_dir, distinfo_dirname)
459459
if self.dist_info_dir:
460460
# Use the given dist-info directly.
461+
log.debug(f"reusing {self.dist_info_dir}")
461462
shutil.copytree(self.dist_info_dir, distinfo_dir)
462463
# Egg info is still generated, so remove it now to avoid it getting
463464
# copied into the wheel.

0 commit comments

Comments
 (0)