Commit e0d7938
authored
fix(packaging): declare PEP 517 build-system for sdist installs (#271)
* fix(packaging): declare PEP 517 build-system for sdist installs
Add [build-system] with poetry-core so pip can build from the source
distribution with correct metadata. Without it, pip install --no-binary
rstream could report inconsistent versions (e.g. 0.0.0 vs the release).
Fixes #270
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
* update poetry
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>1 parent 78a0026 commit e0d7938
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | | - | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments