We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3b273 commit cf299fcCopy full SHA for cf299fc
setuptools/command/bdist_wheel.py
@@ -458,6 +458,7 @@ def run(self):
458
distinfo_dir = os.path.join(self.bdist_dir, distinfo_dirname)
459
if self.dist_info_dir:
460
# Use the given dist-info directly.
461
+ log.debug(f"reusing {self.dist_info_dir}")
462
shutil.copytree(self.dist_info_dir, distinfo_dir)
463
# Egg info is still generated, so remove it now to avoid it getting
464
# copied into the wheel.
0 commit comments