summaryrefslogtreecommitdiff
path: root/src/wheel/cli
Commit message (Expand)AuthorAgeFilesLines
* Allowed string components after initial number of build tags in `wheel tags` ...Alex Grönholm2023-04-142-8/+18
* [pre-commit.ci] pre-commit autoupdate (#524)pre-commit-ci[bot]2023-04-141-1/+1
* Removed convert.py execute permission to avoid packaging as executable (#523)Mike Geeves2023-03-211-0/+0
* Changed `wheel unpack` to honor the original permissions of files (#514)Alex Grönholm2023-03-131-1/+8
* Added tags CLI interface (#422)Henry Schreiner2023-03-123-21/+255
* Removed install dependency on setuptools (#483)Alex Grönholm2022-11-041-2/+5
* [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-311-1/+1
* Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-312-16/+7
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-302-0/+4
* Added the first batch of type annotationsAlex Grönholm2021-12-263-5/+9
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-244-93/+121
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-224-11/+11
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-224-15/+3
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-1/+4
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-6/+27
* Migrated to the src layoutAlex Grönholm2020-01-224-0/+440