summaryrefslogtreecommitdiff
path: root/tests/testdata/commasinfilenames.dist/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-6/+4
|
* Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-221-0/+12
The csv module is now being used to read RECORD. Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>