Commit 6a84610
committed
Do not include documentation files in wheels
Fix the `include` entries in `pyproject.toml` to include documentation
files in sdist format only. Otherwise, they are added to the top-level
wheel directory and they end up being installed directly
in the top-level site-packages directory, e.g.:
/usr/lib/python3.11/site-packages/CHANGELOG
/usr/lib/python3.11/site-packages/LICENSE
/usr/lib/python3.11/site-packages/README.md1 parent a57e3ee commit 6a84610
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments