summaryrefslogtreecommitdiff
path: root/tests/testdata/unicode.dist/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+2
| | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-5/+6
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-1/+1
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-1/+0
|
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-0/+8
The VerifyingZipFile class was also merged to the WheelFile class.