pradyunsg / sphinx-theme-builder

Streamline the Sphinx theme development workflow (maintained, but extremely stable as of Jan 2023)
https://sphinx-theme-builder.rtfd.io/
MIT License
29 stars 17 forks source link

Incorrect value for Generator in wheel metadata. #29

Closed pradyunsg closed 2 years ago

pradyunsg commented 2 years ago

Discussed in https://github.com/pradyunsg/sphinx-theme-builder/discussions/28

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`.
pradyunsg commented 2 years ago

Fixed in 2a7d3f5