Commit b5c483a
committed
metadata: remove Distribution._local
Importing an external module is anti-pattern and very unexpected
behavior. Furthermore, the specific builder implementation we are using
will provision an isolated virtual environmnent and perform the build
there, which is unwanted in various scenarious.
Perhaps there was a time this helper was needed, but we can now
remove this in favor of build.util.project_wheel_metadata[1].
[1] https://github.com/pypa/build/blob/82051d509a87124a46f3766134c11fc8aee9b86a/src/build/util.py#L27
Signed-off-by: Filipe Laíns <lains@riseup.net>1 parent df5e617 commit b5c483a
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | 579 | | |
592 | 580 | | |
593 | 581 | | |
| |||
0 commit comments