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 f142307 commit 4e0fcabCopy full SHA for 4e0fcab
hatch_build_scripts/plugin.py
@@ -58,6 +58,7 @@ def initialize(
58
if src_file not in created:
59
out_file.parent.mkdir(parents=True, exist_ok=True)
60
shutil.copyfile(src_file, out_file)
61
+ shutil.copystat(src_file, out_file)
62
created.add(out_file)
63
else:
64
log.debug(f"Skipping {src_file} - already exists")
0 commit comments