You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/_build_backend/__init__.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@
26
26
But when building sdist tarballs symlinks are not copied and we end up with
27
27
broken LICENSE.txt and NOTICE.txt.
28
28
29
-
This custom build backend replaces the symlinks with actual file copies before scikit_build_core.build.build_sdist so that the sdist contains the real file content. The symlinks are restored afterwards to keep the git working tree clean.
29
+
This custom build backend replaces the symlinks with actual file copies before
30
+
scikit_build_core.build.build_sdist so that the sdist contains the real file content.
31
+
The symlinks are restored afterwards to keep the git working tree clean.
0 commit comments