Commit dfcca84
committed
Remove superfluous
The `build-system` section of the `pyproject.toml` Python project file provides information about the build system used
by a Python project.
The assets use Python-based tool dependencies, and `pyproject.toml` is used to define those dependencies. This is
applicable to projects of any type. For projects which do not have a Python codebase, the `build-system` section is
completely irrelevant. So the section should not be included in the assets. It can be added as needed in project that do
have a Python codebase.build-system section from Python project file1 parent 766bbbb commit dfcca84
File tree
3 files changed
+2
-8
lines changed- workflow-templates/assets/poetry
3 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| |||
0 commit comments