Commit a18ff0d
authored
Add
An increasing number of Python modules implicitly depend on the presence
of distribution metadata (e.g. to ensure their dependencies are
correctly installed). `.dist-info` directories can be added manually to
`python_wheel`'s `outs` when required, although it is cumbersome to do
so - besides, there really isn't any advantage to omitting `.dist-info`
directories.
When the `WheelDistInfo` plugin configuration option is enabled,
`python_wheel` outputs the module's `.dist-info` directory. The option
is disabled by default for now while we test it more thoroughly.WheelDistInfo configuration option (#312)1 parent 7bde1e3 commit a18ff0d
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
157 | 165 | | |
158 | 166 | | |
159 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
605 | 609 | | |
606 | 610 | | |
607 | 611 | | |
| |||
667 | 671 | | |
668 | 672 | | |
669 | 673 | | |
670 | | - | |
| 674 | + | |
671 | 675 | | |
672 | 676 | | |
673 | 677 | | |
| |||
704 | 708 | | |
705 | 709 | | |
706 | 710 | | |
707 | | - | |
| 711 | + | |
708 | 712 | | |
709 | 713 | | |
710 | 714 | | |
| |||
0 commit comments