summaryrefslogtreecommitdiff
path: root/tests/testdata/extension.dist/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-1/+1
|
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-8/+6
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-1/+1
|
* Don't try to build ABI3 extensions on WindowsAlex Grönholm2020-01-211-2/+1
|
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-0/+11
The VerifyingZipFile class was also merged to the WheelFile class.