33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
`pyproject.toml` like:
<table>
<tr><th>pyproject.toml</th>
<th>foobar/__init__.py</th></tr>
<tr><td><code><pre>
[build-system]
requires = ["pluginconf", "flit]
build-backend = "pluginconf.flit"
[project]
name = "foobar"
dynamic = ["*"]
</pre></code></td>
<td><code><pre>
|
|
|
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
`pyproject.toml` like:
<table>
<tr><th>pyproject.toml</th>
<th>foobar/__init__.py</th></tr>
<tr><td><code><pre>
[build-system]
requires = ["pluginconf", "flit"]
build-backend = "pluginconf.flit"
[project]
name = "foobar"
dynamic = ["*"]
</pre></code></td>
<td><code><pre>
|