summaryrefslogtreecommitdiff
path: root/src/wheel/cli/pack.py
Commit message (Collapse)AuthorAgeFilesLines
* Added the first batch of type annotationsAlex Grönholm2021-12-261-1/+3
|
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-26/+36
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-4/+4
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-5/+1
|
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-1/+4
| | | | Fixes #415.
* 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
| | | | Closes #323. Fixes #322.
* Migrated to the src layoutAlex Grönholm2020-01-221-0/+58
Fixes #37.