Commit 15ad9e0
fix pyproject.toml not to install various files into site-packages
Fix the `include` directives to include the specified files in sdist
only. Without explicit format, they cause the specified files to be
included both in sdist and in wheels, which in turn means they're going
to be installed into the top-level directory of site-packages!1 parent 200e713 commit 15ad9e0
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments