Commit 34b3743
authored
Rework of 'pyproject.toml' to facilitate various packaging (#166)
This little "cleaning" of the 'pyproject.toml' file allows to build
correctly the python wheel file in two different ways:
- `uv build`
- `python3 -m pip wheel .`
Previously, only the `uv build` command worked. However it seems that
the python packaging macros ("%pyproject_wheel" for RPM for example) use
the `python3 -m pip wheel .` command.
Thanks to this modification, both cases are working.
Signed-off-by: Armand Bénéteau <armand.beneteau@iot.bzh>1 parent ababbdc commit 34b3743
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
0 commit comments