Commit 64a603d
committed
build: Handle files correctly that aren't packages
We want to ship various files in the source distribution, but they are
not packages. Including them in the packages option of poetry seemed to
work for building the sdist and wheels, but it broke poetry install.
The correct way to do this was implemented in Poetry with
python-poetry/poetry-core#6. This fix is in an as-yet
unreleased version, unfortunately.1 parent a2dbe22 commit 64a603d
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | | - | |
| 44 | + | |
| 45 | + | |
0 commit comments