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
wheels: trim setup.py comments and move LICENSE copy near setup()
The post-install cleanup blocks were carrying redundant inline
annotations that just listed what the dev_paths literal already names.
Collapse the static-archives loop into the same dev_paths list (one
audience filter, one pass) and shrink the comment to the actual
"why".
Also relocate the LICENSE materialization from the module top to
immediately before setup(), so the side-effect-at-import sits next to
the license_files= consumer that needs it. Cannot move into
CMakeBuild.run() — egg_info reads license_files before build_ext fires.
0 commit comments