Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.79k stars 863 forks source link

Remove redundant wheel dep from pyproject.toml #1366

Closed waylan closed 1 year ago

waylan commented 1 year ago

Apparently, the wheel dependency is redundant as setuptools will always ensure wheel is installed. In fact, the documentation has been updated to reflect that in pypa/setuptools@f7d30a9.