Differences From Artifact [560905addb]:
- File html/flit.html — part of check-in [e12fd2f3f3] at 2022-10-31 06:12:21 on branch trunk — updated template to mimick RTD theme (barely) (user: mario, size: 8663) [annotate] [blame] [check-ins using]
To Artifact [f4ec8aad3f]:
- File html/flit.html — part of check-in [93aac20151] at 2022-10-31 12:56:46 on branch trunk — doc additions, add params for setup and gui, fix flit sample (user: mario, size: 8664) [annotate] [blame] [check-ins using]
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | <p>monkeypatches flit to use pluginconf sources for packaging with a <code>pyproject.toml</code> like:</p> <table> <tr><th>pyproject.toml</th> <th>foobar/__init__.py</th></tr> <tr><td><code><pre> [build-system] |