Re: Manpages are not installed in 4.8.0
Mats Wichmann <[email protected]> Wed, 17 Jul 2024 09:38:39 -0600
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 7/17/24 09:35, Mats Wichmann wrote:
> which is not replicated into pyproject.toml. data_files is long
> deprecated (apparently, it's considered to work with eggs and not work
> with wheels. ymmv.) and I think didn't make the transition to
> pyproject.toml
Indeed, it didn't. A quick experiment:
ValueError: invalid pyproject.toml config: `tool.setuptools`.
configuration error: `tool.setuptools` must not contain {'data_files'}
properties