Manpages are not installed in 4.8.0
Ryan Carsten Schmidt <[email protected]> Tue, 16 Jul 2024 13:51:54 -0500
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
Unlike in 4.7.0, the manpages are not installed in 4.8.0. I noticed this when trying to update the MacPorts scons package to 4.8.0. In MacPorts we build scons with "python3.12 -m build --no-isolation --wheel --outdir ..." I noticed that you've migrated from setup.cfg to pyproject.toml. Even though setup.cfg was deleted in your repository a small setup.cfg still exists in the tarball. Removing it does not fix the problem however.