Commit cc72727
authored
Fix the build system not to install docs into site-packages (#134)
Fix `pyproject.toml` not to install `README.md` and `CHANGELOG.md`
straight into site-packages directory, i.e. as:
/usr/lib/python3.12/site-packages/README.md
To do that, explicitly specify `format = "sdist"`, so that the files
are included in sdist archives only, and not in wheels, where there
would end up being treated as Python packages.1 parent cbe9682 commit cc72727
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments