Originally posted by **domdfcoding** June 10, 2022
`sphinx-theme-builder` generates `WHEEL` files in the wheels it builds with an incorrect value for `Generator` of ``flit {version}``
See for instance furo's wheel: https://www.wheelodex.org/projects/furo/#wheel
The code that creates the file is here:
https://github.com/pradyunsg/sphinx-theme-builder/blob/aff12ad5b472315496b6bc70272d02d0cda8fa19/src/sphinx_theme_builder/_internal/distributions.py#L135-L144
It should say, for example, `sphinx-theme-builder 1.2.3`.
Discussed in https://github.com/pradyunsg/sphinx-theme-builder/discussions/28