This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Commit 3031bf5
Do not include arbitrary files in wheel
Fix the include key to apply to sdist format only. Otherwise, the
listed files are added to the top directory of wheel as well and end up
being installed in top-level site-packages directory, e.g.:
* FILES:+usr/lib/python3.9/site-packages/CHANGELOG.md
* FILES:+usr/lib/python3.9/site-packages/LICENSE
* FILES:+usr/lib/python3.9/site-packages/README.md1 parent c373662 commit 3031bf5
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments