summaryrefslogtreecommitdiff
path: root/setuptools/command/bdist_wheel.py
Commit message (Collapse)AuthorAgeFilesLines
* Add implementation for bdist_wheelAnderson Bravalheri2023-05-051-0/+384
This is derived from the pypa/wheel implementation, trying to reuse parts already implemented in setuptools.